U
UmmagummA
Is it possible to select a TreeNode in a TreeView from code?
There isn't a property Focused nor a func Focus(). I tried with (all the
Nodes are collapsed in this moment):
TreeViewObject.SelectedNode = aSpecifiedTreeNode;
but it doesn't work. After this assignment SelectedNode remeins <undefined
value>.
There isn't a property Focused nor a func Focus(). I tried with (all the
Nodes are collapsed in this moment):
TreeViewObject.SelectedNode = aSpecifiedTreeNode;
but it doesn't work. After this assignment SelectedNode remeins <undefined
value>.