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?

ImageShack - Best place for all of your image hosting and image sharing needs

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;