开发者

eliminating the folder icon of a tree view component

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜