I am developing a view which has an endless scroll back and forth, unfortunately there is a problem with InsertAt in B4J, as soon as I use the InsertAt function the list jumps 1 item up.
"ScrollViewOffsetY" works only after a sleep(50) and there you notice a jump of the list.
Is there a way to tell the index to go +1 automatically when using InsertAt?
The best way to avoid such jumps is by (almost) never changing the ScrollView size. You start with a very tall list and you add and remove items without changing the list size.
The best way to avoid such jumps is by (almost) never changing the ScrollView size. You start with a very tall list and you add and remove items without changing the list size.