I have a columns editor set to be a spin box. The DefaultRowHeightis set to 44 but the embedded control height is less. How can I align the spin box to be the height of the cell?
The Height for a TSpinBox is fixed and cannot be changed. The editor is client-aligned within the cell, so it is FireMonkey itself that is forcing the height of the TSpinBox to a certain value. It is unclear how this can be modified.
Kind Regards,
Pieter
Thanks. How can I get at the properties of the spinbox?
This can be accessed as:
grid.CellSpinBox: TSpinBox