I am trying to make a TListBox that initially loads 15 TListBoxItems in it and every time you scroll all the way to the bottom of the TListBoxItem add another 15 TListBoxItems. In a firemonkey multi-device project in Delphi XE8.
Now i can't figure out how to know if the user is scrolled all the way down in a TListBox. I've tried every event of the TListBox, but none of them seems to do it.
If the platform is Windows you can try something like this