Hello,
if i call:
then the list is scrolling down, but the problem is, that the last item is not on the bottom of the list, rather on top as last item. Under this item is nothing.
here a screenshot, for better understanding (after "ScrollToItem"):
The last item on the list is on the top and you dont see the other items.
if i call:
B4X:
Sleep(0)
mylistview.ScrollToItem(mylistview.Size -1)
then the list is scrolling down, but the problem is, that the last item is not on the bottom of the list, rather on top as last item. Under this item is nothing.
here a screenshot, for better understanding (after "ScrollToItem"):
The last item on the list is on the top and you dont see the other items.