Skip to content

Show tooltips for grid cells even if their content is completely visible

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/winforms-grid-forcibly-show-cell-tooltips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms Data Grid - How to display tooltips for grid cells if cell content is completely visible

The ToolTipController component allows you to manage tooltip behavior for DevExpress Windows Forms UI controls.

This example handles the ToolTipController.GetActiveObjectInfo event to forcibly display tooltips for grid cells with non-trimmed content (value). The event handler creates and initializes a tooltip object if the e.Info event parameter is null and the mouse pointer is over a grid cell.

Display Tooltips for WinForms Data Grid Cells

Files to Review

Documentation