I have a TreeView control where I am populating the Node list from a database.
In the population routine, I am setting the backcolor and forecolor for each
node.
However, on the initial TreeView load, the first node is "selected" using
what appears to be the default Windows "selection" color.
I would like for the node that is selected to be the inverted colors that I
have set (so that if a node's backcolor is red and forecolor is white, when
selected it would be backcolor white and forecolor red).
Question:
How can I override or change the node "selected" color from the default
Windows "selection" color?