using fmxlivegrid alignment on a allfloat field is set to right align but if I set color, it left align the column..

Alignment on a allfloats field is set to right align but if I set color, it left aligns the column:
for I := 0 to fdtbl9d.RecordCount do
begin
WOITEMGrid.Colors[7,I] := system.UITypes.TAlphaColor(TAlphaColors.White);
end;
How can I reset the alignment on this column after I set the above color?

Thanks
Garnet

You can set the alignment with WOItemGrid.HorzAlignments[7, I] := TTextAlign.Trailing