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
380
Floation mode tooltip
posted

Hi,

I`m using UltraGrid and I set tooltip to it

System.Windows.Forms.ToolTip.SetToolTip(myUltraGrid , "lalala");

when panel that contains grid is docked tooltip is shown but when it is in floating mode tooltip doesn`t shown.

Any suggestions?

Parents
  • 44743
    Verified Answer
    posted

    I think the normal tool tip subclasses the owning window, so when you use a floating pane, three is a different owning window and the tool tips no longer work. If you use the UltraToolTipManager instead, the tool tips will work on the floating panes.

Reply Children
No Data