How can I detect when a scrollview has reached the bottom

Ohanian

Active Member
Licensed User
Longtime User
Hi,

Is there any way to get notified when the user reaches the end a scrollview?
 

Beja

Expert
Licensed User
Longtime User
Hi Ohanian,

Curiosity killed the mouse (but only the mouse!)..

May I ask why would you want to be notified when you are already at the bottom of it and the item is highlighted?

@Erel: is he event "ScrollChanged" fired as the user scrolls up and down, and for each item? if correct then this is a great feature because it can be used to give the user a hint about the item before selecting it.
 
Upvote 0

Ohanian

Active Member
Licensed User
Longtime User
Hi Ohanian,

Curiosity killed the mouse (but only the mouse!)..

May I ask why would you want to be notified when you are already at the bottom of it and the item is highlighted?

Hi,
I have a large list and at the startup I only load about 100 records, when the user reaches the end on this list I'll load the second part and so on.
 
Upvote 0
Top