Hi, I have implemented soft clipped listbox & scrollbar with 500 items, everything is ok,
there are around 15 UILabel items visible on the list and stats shows around 300 drawn triangles,
but when scrollbar value changes it seems that all the items ( 10k triangles) are drawn for around 500ms and
after that time stats again shows 300 triangles for 15 visible items. It seems that there is a bug in "rendering flow"?