RadTreeView 中的多列
有没有办法在 RadTreeView 中提供带有列标题的多列?我知道这可以使用 RadTreeListView 来实现,但我不想使用它,因为它不支持分层数据模板。
Is there any way to provide multiple columns in RadTreeView with column headers? I know this can be achieved using RadTreeListView, but I dont want to use that as that doesn't support Hierarchical data template.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
RadTreeListView
允许您使用HierarchyColumnIndex
属性以分层结构显示项目。有关更多详细信息,请参阅文档。您可以将该功能与创建自己的模板的功能结合起来为了达到你想要的结果。
希望这有帮助。
The
RadTreeListView
allows you to display items in a hierarchical structure using theHierarchyColumnIndex
property. See the documentation for more details.You can combine that feature with the ability to create your own templates in order to achieve the result you want.
Hopefully that helps.