I have a ListView control that displays items from an observable collection. These items need to be filtered. I am able to do that with a CollectionViewSo
ListView
CollectionViewSo
I like to use DataTriggers for that. For your logic would need to use a multivalue converter.