We have HTML formatted text in a TAdvStringGrid, for example:
![]()
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"?