Sunday, 29 September 2013

Incremental loading of GridView with MVVMCross in WinRT

Incremental loading of GridView with MVVMCross in WinRT

I'm struggling to come with a way to implement incremental loading of
GridView when using WinRT.
The documentation only specifies one method for doing incremental loading
in WinRT - binding to a collection that implements
ISupportIncrementalLoading. However, this interface does not exist in
portable class library.
I am wondering if it's possible to keep viewmodels in a core PCL and still
implement incremental loading?

No comments:

Post a Comment