Class: TEgDBGridEx
property AutoTitleHeight: Boolean default False;
When True, the leftover client-area pixels that would
otherwise leave a partially cut-off data row at the bottom are added to
the title row’s height instead, so the data rows exactly fill the client
area with no partial row, regardless of the control’s own
Height. Mutually exclusive with AutoRowHeight
(the same leftover-pixel calculation, but applied to the data rows
instead): setting either one True forces the other
False.