when you click on a treenode, it becomes selected and goes blue (blue for most people). you can select a node with code with something like treeView.selectedNode = fantasticNode - which would leave fantasticNode highlighted.
however, when i select a node using code before a user has clicked on the treeView i find that, although the node is selected, it isn't highlighted (highlit?). how can i force my TreeView to highlight the selected node?
phew - i went round the houses with this one.
however, when i select a node using code before a user has clicked on the treeView i find that, although the node is selected, it isn't highlighted (highlit?). how can i force my TreeView to highlight the selected node?
phew - i went round the houses with this one.