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.
精彩评论