How to get rid of the underlines that the TreeView control renders when the mouse is moved over the nodes in the TreeView?
Printable View
How to get rid of the underlines that the TreeView control renders when the mouse is moved over the nodes in the TreeView?
It doesn't normally so it's probably one of the treeview's properties that you have set. I've attached a small app that doesn't do it so that you can compare them.
I got it.....setting the HotTracking property of the TreeView to True causes the nodes to get underlined when the mouse is moved over them.