Hello,
I am trying to build an infinite scrolling list that will load additional blocks of data when a user has scrolled to or near the current end of the list. I also am trying to do this using a mvvm pattern. I should be able to write my own behavior to allow for this but I'll need to use something like the ItemAppearing event from a standard ListView, to check for how far the user has scrolled to. Is their an equivalent event for a SfListView or any other ways that I might be able to create a list with this functionality?
Thanks,
Kurt