If I click on a node in my TreeView, that node is highlighted. But if I set it using TreeView.SelectedNode, then the node is selected and on my next event it is still selected.
But it isn't highlighted.
What do I need to do to get highlighting?
thanks - dave