You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great for AdvancedCollectionView to implement ICollectionView.CollectionGroups, based on item's IGrouping, just like the default view implementation of CollectionViewSource does.
This would allow using groping and incremental loading together, which CollectionViewSource doesn't support.
Currently I'm working on inheriting from AdvancedCollectionView and redefining CollectionGroups, to see how far I can go with this scenario.
Psykobal, vgromfeld, Marv51, DeadlyEmbrace and boexler