FMZGrid with bitmap Cell

I tested FMXGrid in android.


Bitmap only is displayed ok, if if I define the size to 16px. Bigger sizes ends in a mess in the cell.

Also the bitmap is very small in the tablet.

How can I make it bigger?

The bitmap is left aligned in the cell. You can align it in the OnGetCellProperties event by casting the cell to a TTMSFMXBitmapGridCell and using the Bitmap property.


Kind Regards, 
Pieter