Hello there!
I have the following example xml File
<books>
<A >
<B>text</B>
<C>gggg</C>
<D>99999</D>
</A>
</books>
Im using the treeview control(i need to insert 2 different images.
How can i add ia certain image to the node it self and another image to the inertext.
So the nodes will represented with image 1, and the text inside with image 2
p.s
I have add an image list
Thanks Ahead