Listview limit records

m643

Member
Licensed User
Longtime User
Hi,

I try to load from my mysql query the record into a listview. I found in several apps that they loading limit of record in the listview and if you go to the bottom it will load another couple of records in the listview.

Can I this also use in basic4android?
 

mc73

Well-Known Member
Licensed User
Longtime User
You can use a scrollview and load more records by handling the scrollChanged event (when position = your scrollview's panel's height).
 
Upvote 0
Top