FNCGrid Checkbox Alignment

How do you centre checkboxes within a cell in FNCGrid?

Hi,


You need to implement the OnGetCellProperties and then cast the Cell to a TTMSFNCCheckGridCell and access the ControlStretched property. This will align the checkbox and make it centered.

Thanks. Worked a treat.