3

In my app, I want a ListView where Items are loaded at bottom and as user scrolls 'up', ListView calls IncrementalLoading and load Items.

gagangupt16
  • 231
  • 1
  • 14
  • This answers your question + more - http://stackoverflow.com/questions/25740079/wp-8-1-isupportincrementalloading-loadmoreitemsasync-keeps-getting-called-endles – Sumant May 20 '15 at 06:37
  • LoadMoreItemsAsync is called while scrolling down. How can I call it while scrolling **up**. – gagangupt16 Jun 25 '15 at 08:09

1 Answers1

0

I answered a similar question here: WP 8.1 bottom to top infinite scrolling

It's not an exact answer to your question (triggering incrementalloading) but instead uses the ExtendedListView (https://www.nuget.org/packages/ExtendedListView) to simulate the behavior by reversing the "refresh" (which you get by pulling/scrolling up at the top) with the loadmore behavior.

I hope this is helpful

Community
  • 1
  • 1
SelAromDotNet
  • 4,715
  • 5
  • 37
  • 59