层次结构中具有不同布局的 Infragistics Silverlight XamGrid

发布于 2024-12-01 19:18:59 字数 231 浏览 3 评论 0原文

如何创建一个 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 技术交流群。

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

发布评论

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

评论(1

软甜啾 2024-12-08 19:18:59

从描述来看,您似乎希望有一个分层网格,您可以在其中展开不同行的不同详细信息。 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

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