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
35
WinGrid column tooltip
posted

To add tool tips to an UltraGrid we're doing the following on individual columns...

column1.Header.ToolTipText = "my tool tip!";
column2.Header.ToolTipText = "my other tool tip!";

I understand we can't natively set the tooltip duration on an UltraGrid, so how is this done?

We actually require the tool tips to display until the mouse is moved. Is this possible?  If not, I see the UltraToolTipManager has an AutoPopupDelay member that can be used so we tried that, however the constructor's param is an IContainer and an UltraGrid is not an IContainer. 

Can please provide instructions or a sample of how to make tool tip text for a UltraGrid column display indefinitely or as an alternative set the duration?

Thank you for your help.

Parents
No Data
Reply Children
No Data