hello! how could align the items in MSHflexgrid? I noticed that if the item in the flexgrid begins with a number it will align on the right but i want to align them in the left portion...
for i = 0 to MSHFlexGrid1.cols-1 MSHFlexGrid1.ColAlignment(i) = flexAlignLeftTop next i or msflexgrid1.cellalignment=1 '1' is for leftcenter alignment