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
655
How can i delay the tooltip on the grid field for certain seconds?
posted

Hi All,

Do any one how can i delay the tooltip on the grid field for certain seconds

Thanks

Prakash

Parents
No Data
Reply
  • 69686
    Suggested Answer
    posted

    Hello Prakash,

    This is handled by the ToolTipService class. You can use its static methods to change that:

    ToolTipService.SetBetweenShowDelay(...)

    ToolTipService.SetInitialShowDelay(...)

    ToolTipService.SetShowDuration(...)

    Hope this helps

Children