How to detect ListView is scrolling up or down

后端 未结 3 877
耶瑟儿~
耶瑟儿~ 2020-12-10 07:18

Is there a way to detect that ScrollViwer of ListView is in scrolling mode and stopped scrolling. In windows phone 8.1 ListView we can

3条回答
  •  粉色の甜心
    2020-12-10 08:10

    You must load data to listview before getting scrollview. If listview has empty row then scrollview you get will be null.

提交回复
热议问题