I have a treeview (winforms) which have different item types on it. I have three item types on it, and when a user clicks on it, it changes the icon of that clicked item to the first ImageList image.
I don’t that to happen (altought i know it’s desired behavior for default treeview).
Any chance I can do this? How?
Thanks
Set the SelectedImageIndex (SelectedImageKey) to the same value of ImageIndex(ImageKey) properties of each TreeNode.
Note: use SelectedImageIndex with ImageIndex OR SelectedImageKey with ImageKey.