I have 2 trees. When i select one tree i set the active node of the previous tree to nothing and set node.selected = false for the active node from the previous tree. This works fine.
However, if i select the first tree, then select the second tree (no active nodes in first tree) and then click the vertical scroll bar on the first tree, the first node in the first tree has a border around it. Any ides on how to remove this. Its not the active node (there is no active node)
It was the focus rectangle. Thanks :-)
Is it a dotted border? It sounds like you might be referring to the focus rectangle.
If that's what it is, this KB article should help: HOWTO:How can I turn off the Focus Rectangle on an Infragistics Win Control?