Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想过滤出 CollectionViewSource 中的单个项目
我已经应用了其他过滤器,但我正在尝试找到一种方法来过滤掉单个项目,而不必调用遍历所有项目的函数。
这可能吗?
目前还不清楚你在问什么,或者你关心的是什么。也许如果你详细说明我可以给出更好的答案。
但是,正如我所见,您有以下选择:
如果该项目在基础集合中,除了通过过滤器之外,您还能如何合理地排除它?