I am using the microsoft Treeview control. When my user expands a view and selects a node all is ok. How do I (code behind) remove focus from that node and place focus on the upmost parent node?
thank you
gollnick
Printable View
I am using the microsoft Treeview control. When my user expands a view and selects a node all is ok. How do I (code behind) remove focus from that node and place focus on the upmost parent node?
thank you
gollnick
trweeview.SelectedNode = trweeview.Nodes(0)