Hello,
I'd like to know if it is possible to define tooltips for nodes in a WinTree. I've seen some stuff for displaying a tooltip when the whole node text does not fit on the screen, but not for setting a tooltip to be displayed all the time, and whose text would be different from the node text.
Regards,
I don't think there is any built-in support for node tooltips. But you could implement this the same way you would implement tooltips for any part of a control. What you would do is handle the MouseMove event and use the GetNodeFromPoint method, then assign a tooltip to the control based on the node (or lack thereof).
You might also want to check out the UltraToolTips with Context sample which demonstrates showing tooltips based on UIElements.
Any update on this?
I would like to have a tool tip displayed when i hover over the node.