When setting a comment, you are defined cell specific properties that ignore the column setting. the setting is then retrieved via the values set with TMSFMXGrid1.HorzAlignments[3,3] := TTextAlign.Center; or you could override the OnGetCellLayout and set the horizontal alignment there. We were able to reproduce the issue with the comment popup and have applied a fix for this. The next version will address this.