Sorry if this has been answered already.
I'd like to prevent the focus outline from displaying on selected tree nodes. I have tried using the BeforeSelect event but it didn't work.
I used a draw filter on the whole treeview, but it prevents the outline on all nodes.
Is this something that is possible?
Thanks,
Jim
The following article from our online Knowledge Base shows how to prevent drawing the focus rectangle from drawing on any of our Windows Forms controls, by using a draw filter:HOWTO: How can I turn off the Focus Rectangle on an Infragistics Win Control?