|
-
Jun 27th, 2001, 10:07 AM
#1
Thread Starter
New Member
vertical allignment in msflexgrid
Is there a way to top align the text in a cell in a flexgrid?
-
Jun 27th, 2001, 11:03 AM
#2
You can use one of the following :
To control the alignment within a column using the ColAlignment
property, use the constants defined for the CellAlignment property.
These constants include:
- flexAlignLeftTop
- flexAlignLeftCenter
- flexAlignLeftBottom
- flexAlignCenterTop
- flexAlignCenterCenter
- flexAlignCenterBottom
- flexAlignRightTop
- flexAlignRightCenter
- flexAlignRightBottom
- flexAlignGeneral
I.e. -
MSFlexGrid1.CellAlignment = flexAlignCenterTop
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
|