J JJ Nov 6, 2006 #1 Is it possible to set the selected node programmatically rather than only via a user clicking on a node? JJ
Is it possible to set the selected node programmatically rather than only via a user clicking on a node? JJ
J JJ Nov 6, 2006 #2 OK I found it: treenode.Selected = true. Got confused as Treeview.SelectedNode is a read only property. JJ
OK I found it: treenode.Selected = true. Got confused as Treeview.SelectedNode is a read only property. JJ