|
-
May 24th, 2000, 12:16 AM
#1
Thread Starter
Hyperactive Member
Anyone know how to center align all data in a Flex Grid? Numeric Values are always right aligned.
-
May 24th, 2000, 04:23 AM
#2
If a single cell needs to aligned,
MSHFlexGrid1.CellAlignment =flexAlignLeftCenter
IF an entire column needs to be aligned,
MSHFlexGrid1.ColAlignment(3) =flexAlignRightCenter
-
May 24th, 2000, 04:27 AM
#3
Thread Starter
Hyperactive Member
Hey! that was easy. Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|