Class: TEgDBGridEx
property AutoRowHeight: Boolean default False;
When True, any leftover pixels that would otherwise
leave a partially cut-off row at the bottom of the grid are distributed
evenly across the data rows instead (see AdjustRowHeight),
so the rows exactly fill the whole client area regardless of the
control’s own Height. Any single-pixel remainder left after
that equal split still lands on the title row. Mutually exclusive with
AutoTitleHeight:
setting either one True forces the other
False.