I know this question has been asked many many times, but absolutely nothing I found online seems to work. I have a WinRT/Windows Phone 8.1 listbox, and I simply wish to detect when the user has scrolled to the bottom of it.
Asked
Active
Viewed 79 times
0
-
Have you seen [this answer](http://stackoverflow.com/a/12684947/1997232) ? – Sinatr Jun 22 '15 at 15:06
-
You should be able to do this with no code-behind using a converter. Here is an answer to a different question (having to do with detecting the scroll bar being at the top or bottom) that I posted, which may be helpful: http://stackoverflow.com/questions/28677108/wpf-set-image-visibility-when-scrollviewer-is-scrolled/28679767#28679767 – Wyatt Earp Jun 22 '15 at 16:04