Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MSFlexGrid: how to change cell alignment
Message
De
29/10/2001 05:41:57
 
 
À
29/10/2001 04:31:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00574350
Message ID:
00574358
Vues:
19
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]
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform