c# - How to detect when ListView Reached to and end in Windows 10 Universal app development -
i followed link detect when wpf listview scrollbar @ bottom?
scrollbar.scroll doesn't exist listview in windows 10 .. how achieve requirement in windows 10
thanks
use methods described here how can detect reaching end of scrollviewer item (windows 8)?
if want incremental loading there's built-in solution that. otherwise go , traverse visual tree scrollviewer object in template.
Comments
Post a Comment