The Extensible Application Markup Language (XAML) proxy of a CollectionView class.
Questions tagged [collectionviewsource]
377 questions
-2
votes
1 answer
When binding to Collection, how to make each view item bound to wrapper object of T
I have a collection (IList) bind to ListView, now, by default Foo is bind to item in the list view, but I want to bind wrapper of (Foo) = Goo to each list view item.
IList is returned from the system API which returns virtualized list of item of…

Snekithan
- 360
- 3
- 11
-3
votes
1 answer
Is sorting using CollectionView performance efficient?
I have a ICollectionView which serves as an input source for a WPF ListView. The number of items (text messages) in the CollectionView could be upto 10 thousands. I want to add a sorting creiteria to the collection view based on the TimeStamp. The…

skm
- 5,015
- 8
- 43
- 104