TAdvStringGrid 8.3.2.4 does not allow vtaCenter

I upgraded to TAdvStringGrid 8.3.2.4 and now vtaCenter does not center the value vertically in the grid. Is there something else I now need to set to have this feature? The values I'm displaying are 1 to 3 digit numbers. Nothing fancy.

Here is the code I'm using:

if aCol = 0 then
begin
   hAlign := taCenter;
   vAlign := vtaCenter;
end;

Thanks,
Mike

Did you set

advstringgrid1.WordWrap := false;<o:p></o:p>