积极答复者
请问如何知道GridView已经滑动到了末尾

问题
答案
-
Hi wd0623,
有办法可以实现,不知道你听说过VisualTreeHelper了没有,可以找到GridView里面的一个ScrollViewer控件,通过对ScrollViewer控件的ScrollBarOffset的监听就可以知道什么时候已经被拉到最后。
--James
<THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
Thanks
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.- 已标记为答案 Jamles HezModerator 2014年6月10日 1:55
全部回复
-
Hi wd0623,
有办法可以实现,不知道你听说过VisualTreeHelper了没有,可以找到GridView里面的一个ScrollViewer控件,通过对ScrollViewer控件的ScrollBarOffset的监听就可以知道什么时候已经被拉到最后。
--James
<THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
Thanks
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.- 已标记为答案 Jamles HezModerator 2014年6月10日 1:55
-
Hi wd0623,
有办法可以实现,不知道你听说过VisualTreeHelper了没有,可以找到GridView里面的一个ScrollViewer控件,通过对ScrollViewer控件的ScrollBarOffset的监听就可以知道什么时候已经被拉到最后。
--James
<THE CONTENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED>
Thanks
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.