ButtonHeight
Specifies height of buttons. If set to 0, button will vertically occupy whole cell.
pas
property ButtonHeight: Integer read GetButtonHeight write SetButtonHeight default 0;
This property shall be used together with Multiline property as then button will not occupy whole vertical space but instead occupy only specific size.