Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
Tool Tip on Header
posted

How to set tooltip text on column headers of Ultra WinTree?

 

Thanks In Advance

  • 469350
    Offline posted

     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.