Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MSFlexGrid: how to change cell alignment
Message
From
29/10/2001 05:41:57
 
 
To
29/10/2001 04:31:34
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00574350
Message ID:
00574358
Views:
20
This message has been marked as the solution to the initial question of the thread.
David,

you can align all cells of a column with:
#define flexAlignLeftTop      0
#define flexAlignLeftCenter   1   
#define flexAlignLeftBottom   2   
#define flexAlignCenterTop    3
#define flexAlignCenterCenter 4
#define flexAlignCenterBottom 5
#define flexAlignRightTop     6
#define flexAlignRightCenter  7
#define flexAlignRightBottom  8
#define flexAlignGeneral      9

oFlexGrid.ColAlignment(lnCol) = flexAlignLeftTop
HTH Robert
I've acquired quite a taste for a well-made mistake... [Fiona Apple]
Previous
Reply
Map
View

Click here to load this message in the networking platform