I want to filter out a single item in my CollectionViewSource
I already have other filters applied, but I'm trying to find a way of filtering out an individual item without having to call a function that iterates through all items.
Is this possible?
I want to filter out a single item in my CollectionViewSource
I already have other filters applied, but I'm trying to find a way of filtering out an individual item without having to call a function that iterates through all items.
Is this possible?
何を求めているのか、何を懸念しているのかが明確ではありません。詳しく教えていただければ、より適切な回答ができるかもしれません。
ただし、私が見ているように、次のオプションがあります。
アイテムが基になるコレクションにある場合、フィルターを使用する以外に、それを合理的に除外するにはどうすればよいでしょうか?