Delphi XE-6 Firemonkey
I am trying to custom style the checkbox in a TGrid’s TCheckColumn
CheckBoxStyle has nothing to do with it, Just CheckCellStyle. I can modify this, but i can then only see the checkboxes when i click on a cell, All other cells the checkboxs does not display (whether they are checked or not)
I should note, that I use SVG (TPATH) and not an image section from the PNG – in order to draw the checkmark
Here is a screenshot before clicking
Here is a screenshot after clicking