timheuer / callisto

A control toolkit for Windows 8 XAML applications. Contains some UI controls to make it easier to create Windows UI style apps for the Windows Store in accordance with Windows UI guidelines.
http://timheuer.com/blog/archive/2012/05/31/introducing-callisto-a-xaml-toolkit-for-metro-apps.aspx
Other
338 stars 108 forks source link

VariableSizedWrapGrid that supports incremental loading. #141

Closed pregress closed 11 years ago

pregress commented 11 years ago

As you can see here: http://stackoverflow.com/questions/13847632/isupportincrementalloading-combined-with-variablesizedwrapgrid

If you set the ItemsPanelTemplate to a VariableSizedWrapGrid, you lose the Incremental Loading of the collection.

Feature request: Can somebody implement a VariableSizedWrapGrid that support incremental loading of items?

timheuer commented 11 years ago

Just being realistic by closing this feature request. This is not something I'm going to tackle. The issue of virtualized content + incremental loading is a challenging one and requires more than just a wrap grid (needs new panel support)