I have 2 TreeView controls and the user selects one of the nodes in TreeView1 and then selects one node in TreeView2.
The problem is that when he selects the other TreeView's node, the previous one leaves the focus so that the user wont know which TreeView was selected.
Is there any way to keep focus on 2 TreeNodes or change the ForeColor/ make the selected node bold so that the selected node will still be visible.