Search code examples
c#wpfmvvmicollectionview

Displaying CollectionView groups in different views?


I was just curious if it was possible to bind 2 different views to the same collection. One view displaying the contents of one group (PropertyGroupDescription) and one view displaying the other.. the target of the property group is a Boolean.


Solution

  • You may bind your views to two different CollectionViewSources that use the same collection as their Source.