您可以从 CollectionViewSource 中过滤单个项目吗
我想过滤掉 CollectionViewSource 中的单个项目,
我已经应用了其他过滤器,但我试图找到一种过滤掉单个项目的方法,而不必调用迭代所有项目的函数。
这可能吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前尚不清楚您在问什么,或者您担心什么。也许如果你详细说明我可以给出更好的答案。
但是,正如我所见,您有以下选择:
如果该项目位于基础集合中,除了通过过滤器之外,您还能如何合理地排除它?
It's not exactly clear what you're asking, or what your concern is. Perhaps if you elaborate I could give a better answer.
However, as I see it, you have these options:
If the item is in the underlying collection, how else could you reasonably exclude it but via the filter?