Class: TEgColumn
property MinFontSize: Integer stored <overridden>;
Column-level override of TEgDBGridEx.MinFontSize
- lower bound for this column’s automatic shrink-to-fit font sizing.
Left untouched, the column follows the grid-wide value live; setting it
here adds ecvMinFontSize to AssignedValues
and this column’s own value is used from then on, independent of the
grid, until RestoreDefaults
clears it. Values assigned below 4 are clamped up to 4. Has no effect
once ShrinkFontToFit
resolves False for this column.