|
-
Jul 29th, 2000, 05:21 PM
#1
When i put,
Grid1.ColAlignment(1) = Vbcenter or
Grid1.ColAlignment(1) = 2
the alignment stay´s on the left.
-
Jul 29th, 2000, 05:34 PM
#2
In case of misunderstanding, ColAlignment aligns the Text inside the column, not the column itself.
If you knew that already, keep in mind that it centers the Text vertically, not horizontally. If you want to align it horizontally, use the CellAlignment property.
Code:
MSFlexGrid1.CellAlignment = flexAlignCenterCenter
-
Jul 29th, 2000, 05:41 PM
#3
Thanks again Mega
feel free to add this one to my account .
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
|