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?
"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?