Hi there,
I noticed that TreeView in windows forms seems to automatically select the treenode when the user clicks the plus/minus sign beside it to expand the tree.
I'm having a problem with this because I want something to happen after a treenode has been explicitly selected, not automatically selected when expanding. Is there a way to differentiate between an implicit select and an explicit select?
Thanks.
I noticed that TreeView in windows forms seems to automatically select the treenode when the user clicks the plus/minus sign beside it to expand the tree.
I'm having a problem with this because I want something to happen after a treenode has been explicitly selected, not automatically selected when expanding. Is there a way to differentiate between an implicit select and an explicit select?
Thanks.