层次结构中具有不同布局的 Infragistics Silverlight XamGrid
如何创建一个 XamGrid
,其 ColumnLayout 看起来像
|名称 |
约翰
(+/-)
| First Name | Last Name | Address |
玛丽
(+/-)
| Height | Weight |
How can I create a XamGrid
with a ColumnLayout that looks like,
| Name |
John
(+/-)
| First Name | Last Name | Address |
Mary
(+/-)
| Height | Weight |
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从描述来看,您似乎希望有一个分层网格,您可以在其中展开不同行的不同详细信息。 XamGrid 确实允许嵌套布局中的同级 ColumnLayout,并且在定义分层布局的帮助主题中有一个示例:
http://help.infragistics.com/NetAdvantage/Silverlight/Current/CLR4.0?page=xamGrid_Defining_Hierarchical_Layouts.html
From the description it appears that you would like to have a hierarchical grid where you would expand out different details for different rows. The XamGrid does allow sibling ColumnLayouts in a nested layout and there is an example of this in the help topic for Defining Hierarchical Layouts:
http://help.infragistics.com/NetAdvantage/Silverlight/Current/CLR4.0?page=xamGrid_Defining_Hierarchical_Layouts.html