Sub-classing TreeView in WinForms for mouse over tool tips
- by Matt
Ok, this is a weird one.
The expected behaviour for a TreeView control is that, if ShowNodeToolTips is set to false, then, when a label for a tree node exceeds the width of the control (or, more accurately, it's right hand edge is past the right hand edge of the client area), then a tooltip is shown above the node showing the full item's text.
…