How do i add an icon to a node in a treeview?
I need to do this in code and not using the IDE.
Thanks in Advance
Printable View
How do i add an icon to a node in a treeview?
I need to do this in code and not using the IDE.
Thanks in Advance
Set the Node's Icon properties to the index of the image in the associated imagelist. It can have different icons for selected and what not.