« Reply #1 on: January 10, 2012, 01:39:18 PM »
Plase use properties of the tree.Colors.Text collection. Do define selected node fore color use this code:tree.Colors.Text.EnabledSelected = Color.Red;
tree.Colors.Text.EnabledSelectedInactive = Color.Red;
Second line defines selected node fore color for inactive (not focused) treeview.