Hi Team
I have a tree view with each node having 1 of 3 icons depending on what type of node it is. This all works OK until a node gets focus. When a node gets focus its icon changes to the icon of its root node. Any ideas about this?
Thank FW
Printable View
Hi Team
I have a tree view with each node having 1 of 3 icons depending on what type of node it is. This all works OK until a node gets focus. When a node gets focus its icon changes to the icon of its root node. Any ideas about this?
Thank FW
I suggest that you put a break point on any line of code that sets an icon in the TreeView and see if any get executed when the node gets focus. If not, then it may be a bug.
Thanks JM, but I've tried that.
Anyone else?
Bump
Why don't you post some code? Especially the EventHandlers for the TreeView.