Developer

ButtonHeight

Specifies height of button if AlwaysShowButton is set to True.

property ButtonHeight: Integer read FButtonHeight write SetButtonHeight default 0;
By default value is 0, and therefore button will fully occupy height (minus padding) of cell. If set to value > 0, all buttons in column will have fixed height. This is better solution in situations where rows don't have uniform height.

See also