WPF 中的树形网格/分层网格

发布于 2024-10-15 03:53:10 字数 158 浏览 2 评论 0原文

我如何在 WPF 中使用分层网格,如下所示 在此处输入图像描述

有没有办法使用这种类型网格通过它我们可以显示分层数据。 请讨论或给我任何可以下载示例代码源的网址,这有助于我使用分层网格。

How could I work with hierarchical Grid in WPF like below one enter image description here

Is there any way to work with this type of grid through which we can show hierarchical data.
please discuss or give me any url from where I can download the source of sample code which help me to work with hierarchical grid.

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

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

发布评论

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

评论(5

想挽留 2024-10-22 03:53:10

我已经看到过类似的问题,答案包含此链接

ListView 与 DataGrid 稍有不同,因为它没有编辑和排序功能。但你的图片中的排序并不明显,所以我认为在这种情况下两个控件之间没有区别。

I've already seen a similar question and the answer contained this link.

ListView is a little more different than DataGrid, because it doesn't have editing and sorting functionality. But the sorting isn't plain in your picture, so I think that there is no difference between two controls in this case.

染墨丶若流云 2024-10-22 03:53:10

尝试一下:带有列的仅 xaml 树视图

https://dlaa.me/blog/post/9898803< /a>

Try this out: A xaml only treeview with columns

https://dlaa.me/blog/post/9898803

我是有多爱你 2024-10-22 03:53:10

我今天遇到了对象列表视图,看起来相当不错。但似乎不是过滤和虚拟化。

I came across Object List View today, and it seems quite good. Doesn't seem to be a filtering and virtualization though.

为你拒绝所有暧昧 2024-10-22 03:53:10

Xceed Datagrid for WPf 内置了此功能,并且示例非常丰富。

http://xceed.com/Grid_WPF_Intro.html

查看在线演示。

The Xceed Datagrid for WPf has this functionality built in and the samples are extensive.

http://xceed.com/Grid_WPF_Intro.html

Have a look at the online demo.

中二柚 2024-10-22 03:53:10

Xceed DataGrid 提供了此功能,并且提供了开源版本。它被称为蓝图。您将收到该组件的源代码。

The Xceed DataGrid offers this functionality and does offer the open source version. Its called Blueprint. You will receive the source code for the component.

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