.NET Compact Framework 2.0 中嵌套 DataGrid?

发布于 2024-10-15 17:10:02 字数 75 浏览 5 评论 0原文

这可能吗?我想显示项目类型和数量的列表,然后可以使用 + 和 - 展开或折叠;展开时,它们将显示与该项目类型关联的多行项目(及其状态)。

Is this possible? I'd like to display a list of Item Types and quantities that can then be expanded or collapsed with + and - ; when expanded they will show a number of rows of Items (and their statuses) associated with that Item Type.

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

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

发布评论

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

评论(1

无言温柔 2024-10-22 17:10:02

看来你需要更多的 TreeView-Grid Hybrid,这样的控件,TreeView 和 DataGrid 的联合,通常存在于 Windows 窗体中,请参见这里: DevExpress winforms 。我不知道任何供应商有 CF 版本。

It seems you need more a TreeView-Grid Hybrid, such control, union of TreeView and DataGrid, exists usually for windows forms, see here: DevExpress winforms . I am not aware of CF versions of it from any vendor.

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