WPF Multiple CollectionView with different filters on same collection
问题 I'm using a an ObservableCollection with two ICollectionView for different filters. One is for filtering messages by some type, and one is for counting checked messages. As you can see message filter and message count works OK, but when I'm un-checking the message disappear from the list ( the count is still working ). BTW sorry for the long post, I wanted to include all relevant stuff. The XAML Code: <!-- Messages List --> <DockPanel Grid.Row="1" Grid.Column="0" Grid.ColumnSpan="3" Height=