TMSFMXGrid cell text autosizing?

Hello,

is there some build in functionality to automatically wrap text (along with adjustin row height) in a cell if it doedn't fit horizontally and if wrapping is not enough to automatically reduce font size as well?

Hi, 


Unfortunately no, there is no dynamic cell sizing system. But you can call AutoSizeRows / AutoSizeColumns to resize the cell heights once. You can call this method from any event of the grid.