解决 CompositeCollection 中缺乏分组的问题

发布于 2024-08-06 08:50:50 字数 181 浏览 8 评论 0原文

当我尝试将 GroupDescriptor 添加到 CompositeCollection 时,出现异常,通知我 CompositeCollection 不支持分组。

我想知道是否有人找到了解决此限制的好方法。我有两个集合,我将它们“压缩”在一起并尝试分组。如果有任何帮助的话,我对在集合之间进行分组不感兴趣,只是对集合本身感兴趣。

When I try to add a GroupDescriptor to my CompositeCollection I get an exception informing me that the CompositeCollection does not supporting grouping.

I would like to know if anyone has found a good work around for this limitation. I have two collections which I am "zipping" together and trying to group. If it is any help, I am not interested in grouping between the collections, just with in the collections them selves.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

栀子花开つ 2024-08-13 08:50:50

CompositeCollection 上使用 CollectionViewSource,请查看 如何使用 CollectionView 功能处理 CompositeCollection?

Use CollectionViewSource on your CompositeCollection, please take a look at How to handle a CompositeCollection with CollectionView features?.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文