CollectionViewSource - 不均匀分组

发布于 2024-08-24 13:09:37 字数 379 浏览 6 评论 0原文

我使用 WPF-Toolkit DataGrid 和 CollectionViewSource 作为源。使用 PropertyGroupDescriptions,我可以在网格中创建和显示组。我的问题是我无法创建“不均匀”的组,例如:

  • A
    • AA
    • AB
  • B
    • 文学士
    • BB
      • 工商管理学士
      • BBB
  • C
  • D

我想要一些比其他更深的组,还有一些只有元素(C 和 D)而没有组。我希望这是无法理解的...

有人有办法解决这个问题吗? 谢谢!

Im using the WPF-Toolkit DataGrid with an CollectionViewSource as Source. With PropertyGroupDescriptions I can create and display groups in the Grid. My problem is that i cannot create "uneven" groups, like:

  • A
    • A.A
    • A.B
  • B
    • B.A
    • B.B
      • B.B.A
      • B.B.B
  • C
  • D

I want some groups that are deeper than other, and some, that are only elements (C and D) and no groups. I hope it is undestandable...

Has someone an idea to solve this?
Thanks!

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

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

发布评论

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

评论(1

铁憨憨 2024-08-31 13:09:37

听起来您需要使用 TreeView 和 HierarchicalDataTemplate 吗?

Sounds like you need to use a TreeView and HierarchicalDataTemplate?

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