TAdvStringGrid and EnhTextSize

Hi,

I use EnhTextSize=TRUE to show an ellipsis on cells where the text won't fit into the cell. I'd like to use the Balloon feature to show the full text, but ideally I only want this to show for cells that are showing an ellipsis. Is there a method that returns whether a cell is showing an ellipsis, or if not, could you give me some advice on how I could detect this.

Thanks.

There is at this moment not a function that returns if the ellipsis is drawn or not.
As an alternative, you could use grid.HintShowLargeText, which will show the text of a cell that doesn't fit in the cell as hint when the mouse hovers over the cell.