No automatic WordWrap for HTML formatted text in TAdvStringGrid

We have HTML formatted text in a TAdvStringGrid, for example:

image

Is there a way to prevent the text from wrapping automatically and instead have it fit on a single line within the cell, similar to how it's done in HTML using the CSS style "white-space: nowrap"?

Set grid.EnhTextSize := true;

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.