.NET Compact Framework 2.0 中嵌套 DataGrid?
这可能吗?我想显示项目类型和数量的列表,然后可以使用 + 和 - 展开或折叠;展开时,它们将显示与该项目类型关联的多行项目(及其状态)。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来你需要更多的 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.