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
140
WinGrid Tooltip
posted

How can I set how much a tooltip text  will remain visible in a WinGrid cell?

 

 

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    There's no way to change this on the tooltips built-in to the grid. The tooltip delay is a system setting.

    If you need to control the amount of time to tooltip displays, then you will need to provide your own tooltips in the grid. You could use the inbox ToolTip class, or the Infragistics UltraToolTipManager.

    If you want to use UltraToolTipManager, I recommend that you check out one of the samples that installs with NetAdvantage (assuming you chose to install them when you installed).The sample is called "ToolTips With Context" and you can usually find it in a folder something like this:

    ...\2010.2\Samples\WinMisc\CS\ToolTipManager\ToolTips with Context CS

     

Children
No Data