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?