Filter an observable collection

前端 未结 3 2060
太阳男子
太阳男子 2020-12-05 08:36

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

3条回答
  •  -上瘾入骨i
    2020-12-05 09:25

    I like to use DataTriggers for that. For your logic would need to use a multivalue converter.

     
            
                
            
    

提交回复
热议问题