FlexGrid and Left Justifying the Columns
Hi,
I'm using MSFLXGRD in my application. There is a property called StringFormat that it looks like I cna use to set the justification of all the columns in the Grid. For some reason, my Help won't come up when I click on it. So my question is, How can I left justify all the colmns in a FlexGrid? It looks like it left justifies strings and right justifies text. My problem is addresses. Suppose the address it "1234 Main St." Because it thinks it's a number, it right justifies. But because it IS a string, it pads with blanks at the end. So it "looks" like it is center justified. How can I force it to left justify? Thank you.
|