I am creating a node in code, but setting it's Selected property doesn't seem to highlight a node. Can anyone lend a hand?
Hi,
My guess is that your tree does not have focus. By default, the selected nodes in the tree are only highlighted when the control has focus. This is consitent with how the Inbox tree works.
Try setting focus to the tree (call the Activate method on it) or set HideSelection to false.