I had several problems trying to show GridViewItemsin GridViewin different layouts. Basically EVERYTHING kills virtualization. If we use VariableSizedWrapGrid, virutalizaiton is gone, if we use the built-in grouping functionality, virtualizaiton also disappeared. So far the only solution:
Only solution
But it really doesn’t cut, because it changes the design so much. As I said, the main problem is that almost any small layout change that you make on GridViewdeploy virtualization. Has anyone found a good way to avoid this problem when changing, GridViewor did everyone just have to stick to what the GridViewdefault looks like ?
Oh, one more thing. Unfortunately, WinRT does not allow us to create our custom virtual panel, because the constructor VirtualizingStackPanel protected(or private, cannot remember correctly). If you can give some information about this, that would be great too =).
Thank!
Carlo source
share