开发者

eliminating the folder icon of a tree view component

开发者 https://www.devze.com 2023-02-27 06:10 出处:网络
does anyone knows how i could just eliminate the folder icon of a tree control 开发者_运维百科and display only the leaf?

does anyone knows how i could just eliminate the folder icon of a tree control 开发者_运维百科and display only the leaf?

supposing i have an xml structure looking this :

<xml>
 <name>
   john
 </name>
</xml>

anyone knows how i could just display the john and hide the name?

thanks..


You can refer to the following question which is almost the same. And you can use data descriptors to make tree nodes/leaves displaying according with your restrictions. See the documentation for details.

0

精彩评论

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