Anyone know how to center align all data in a Flex Grid? Numeric Values are always right aligned.
Printable View
Anyone know how to center align all data in a Flex Grid? Numeric Values are always right aligned.
If a single cell needs to aligned,
MSHFlexGrid1.CellAlignment =flexAlignLeftCenter
IF an entire column needs to be aligned,
MSHFlexGrid1.ColAlignment(3) =flexAlignRightCenter
Hey! that was easy. :) Thanks