try to center datacheckbox in advcolumngrid

Is there a solution to center a datacheckbox in a Column. I used Alignment.taCenter but the box was always again on the left site.

I retested this here with code:


begin
  AdvColumnGrid1.AddCheckBox(1,1,true,true);
  AdvColumnGrid1.Alignments[1,1] := taCenter;
end;

and this shows a centered datacheckbox in cell 1,1

Hmm, but I use the AdvColumnGrid because of the columns.

I now understood how you want to use it and we saw the issue.
We have now fixed this and the next update will address this and give you full control using the grid.Columns[] property.