Assuming cv is a CustomListView,
How can you control cv's .Add(panel,height,value) method to automatically push up the present items to display the incoming item?
I tried running
but the result is poor, as it adds the item below the screen's display, then pushes it up.
that looks very awkward.
Anyway to get this as smooth as possible?
Thank you.
How can you control cv's .Add(panel,height,value) method to automatically push up the present items to display the incoming item?
I tried running
B4X:
cv.JumpToItem(cv.GetSize)
that looks very awkward.
Anyway to get this as smooth as possible?
Thank you.