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
220
Tool tip text delay
posted

Hi,

I have an ultrawingrid in my application. For each cell, i have composed a text as a tooltip and assigned to the tooltiptext property of the cell. This tool tip should be visible and sustained until the mouse will be moved to next cell or leave the cell.

Now i have set the tooltip text for the cell and i am getting the tool as expected and also the tool tip exisitng only for few seconds. But i need to have this until the mouse over the cell.

Is there any way to do it?

Please help me.

Regards,

Sabeer

  • 469350
    Offline posted

    Hi Sabeer,

    The tooltip delay is a system setting, I think. There's no way to control this on the grid - at least not using the ToolTipText property.

    You could leave the ToolTipText on the cell blank and then use an UltraToolTipManager to provide the tooltips for your grid. The UltraToolTipManager has properties to control the delay before the tooltip closes.