Apps, Windows Store

Windows Store App – Infinite Scrolling list with Xaml

I recently came across a great interface and behavior in windows 8.1. If you implement ISupportIncrementalLoading on your bound property then bind up to a gridview you’ll get infinite scrolling for free.

Below is an example from my HypeMix app where I pull in more tracks and add more to that list as the user scrolls, hopefully useful to others.

[gist https://gist.github.com/lawrencegripper/9396993]
Standard

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s