How does one implement pull-to-refresh with a LongListSelector in Windows Phone 8?

前端 未结 6 978
长情又很酷
长情又很酷 2021-02-11 06:09

I am writing a new WP8 app using the off-the-shelf LongListSelector that is shipped in the Microsoft.Phone.Controls assembly. Can anyone provide a code example that implements p

6条回答
  •  情话喂你
    2021-02-11 07:01

    You can check out the samples in https://github.com/Kinnara/WPToolkit it has an excellent implementation something called a ListView extension of the longllistselector control, that will really help you out.

    and remember with longlistselector always try to load 20 items atleast. =)

提交回复
热议问题