How to set tooltip text on column headers of Ultra WinTree?
Thanks In Advance
Hi,
I don't think the tree has a property specifically for column header tooltips, so you have to do this basically the same way you would for any other control - trap when the mouse enters or leaves a header and apply a tooltip to the control.
You should take a look at the samples for the UltraToolTipManager component. The UltraToolTips with Context sample should help you acheive what you want.