开发者

Multiple columns in RadTreeView

开发者 https://www.devze.com 2023-03-07 01:07 出处:网络
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开发

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.


The RadTreeListView allows you to display items in a hierarchical structure using the HierarchyColumnIndex 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消