How to prevent underlining of the node's text when it is being hot tracked in WinForms TreeViewAdv?
Paint TreeNodeAdv
Please refer to the reference link that illustrates how you could achieve this functionality by handling the TreeViewAdv.BeforeNodePaint and AfterNodePaint events appropriately.
Reference link: Paint the TreeNodeAdv in TreeViewAdv