Hey I want to warm up that topic since on the base of ICollectionView also Filter, Group, Sort, Add, Remove operations would be given (ListCollectionView).
There are Mono compatible implementations, so at least in Unity one could acces it. Can you help me to complete the picture. Why is it not part of Noesis and how would I be able to emulate it.
From my understanding, there should be a class CollectionViewSource provided, but the implementation for ICollectionView (what is returned from GetDefaultView) that does the actual sorting must not be implemented.
I understand it makes no sense to rebuild the .Net BaseClassLibraries. What I wonder is, how the injection mechanism would look like, if i use Noesis in a WPF app to for example render a huge DataGrid and want to bind it to a real .Net ListCollectionView.
Possibly I get it all wrong, since CollectionViewSource is also specially handled in the Binding system in WPF (actually its implicitly always created when binding to a collection). You run your own Binding system, right? However I want to learn more about those and similar extension scenarios.
Maybe this helps somehow:
https://github.com/matthewbednarski/MVV ... wSource.cs