TMSFNCGRID

TMSFNCGrid1.UseColumns := False;
TMSFNCGrid1.HorzAlignments[3, 3] := TTMSFNCGraphicsTextAlign.gtaCenter;
TMSFNCGrid1.Colors[3, 3] := TAlphaColors.Darkblue;

I added 'TMSFNCGrid1.UseColumns := False;', but the issue still persists: it centers the cell content, but the color is only displayed when the cell is focused.