Determining scroll position
Posted: Wed Nov 30, 2016 9:10 am
Is there a way to determine what the scroll position of a list is?
Basically I have a unique case where when the user scrolls near the bottom of the list, I need to add more items to the list.
I've tapped into the ScrollChanged event, but cannot seem to get any useful information out of it.
I was hoping to find something that would tell me "the user has scrolled to 75% of the list".
Basically I have a unique case where when the user scrolls near the bottom of the list, I need to add more items to the list.
I've tapped into the ScrollChanged event, but cannot seem to get any useful information out of it.
I was hoping to find something that would tell me "the user has scrolled to 75% of the list".