Valignment don't work

Hi,

I'm using TAdvStringGrid 6.2.5.1 and when setting VAlingment = vtaCenter and WordWrap = false all rows but the first one (after fixed row) are centered but not that one?

http://img4.imageshack.us/img4/1102/stringgrid.png

Edit: My mistake. A part of html code was inside that prevented the first non-fixed row to appear properly.

Since I already opened this topic; How to position CheckBox in the horizontal center when adding it using AddCheckBox? Thanks.

This adds a horizontally centered checkbox in cell 1,1:

  advstringgrid1.AddCheckBox(1,1,false,false);
  advstringgrid1.Alignments[1,1] := taCenter;