Posted 11 August 2025, 9:10 am EST
Hi,
I attach a sample of a small component that I created some time ago for our apps: The class “FlexGridToolTipRequester” allows to show individual tooltips per cell. The tooltips are shown after a small delay.
FlexGridToolTipRequester.zip
To use it: in designer, add the component “FlexGridToolTipRequester” and set the property “ControlForTooltip” to your flexgrid.
Then handle the event “ToolTipRequest” and define your tooltip.
The “e.Hint” property is used to define distinct tooltips. In my sample, I use set a “CellRange” object as “Hint” so that it considers all cursor positions inside the same cell to have the same tooltip - thus is is not reshown whenever you move the mouse inside the same cell.
Bu as you want to set column tooltips, you might write the column index to “e.Hint”.
Hope this helps
Wolfgang