Harshana Narangoda
Harshana Narangoda

Reputation: 783

Create infinite longlist selector in wp8

I have a Long List Selector. when page loading first then it has 10 items in the list, when user scroll down the list and when he reach to the bottom of the list then I want to add 10 items to the list.

I tried lot of methods to catch the end of the scroll but can't find any event for it in WP8.

Upvotes: 1

Views: 325

Answers (2)

deeiip
deeiip

Reputation: 3379

There is no magic. The trick is same that you tried. I.e. You need to listen to a specific event and load the next 10 item. For a detail code example see this

Upvotes: 1

Related Questions