Class: TEgDBGridEx
property ShrinkFontToFit: Boolean default True;
When True (the default), a cell’s font shrinks down to
MinFontSize
whenever the column is too narrow for its text at the normal size - the
original behavior. When False, the font never shrinks: text
just wraps or clips normally at whatever size
Column.Font/Title.Font actually specifies,
regardless of column width, and MinFontSize has no effect.
Overridable per column - see TEgColumn.ShrinkFontToFit.