Enrico Cicala Member Jun 12, 2024 #1 Hi, I created a CustomListView with 3 elements and "N" items, I would like to display only the first 20 at the beginning and when the user scrolls to the end add the other 20 items. Is there any sub to intercept the end of the scroll?
Hi, I created a CustomListView with 3 elements and "N" items, I would like to display only the first 20 at the beginning and when the user scrolls to the end add the other 20 items. Is there any sub to intercept the end of the scroll?
Erel B4X founder Staff member Licensed User Longtime User Jun 14, 2024 #2 Yes. There is the ReachEnd event. Upvote 0