Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to auto size grid columns
Message
De
03/10/2004 06:09:14
Michael Ouellette
Australian Technical Services (VIC) Pty
Australie
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
How to auto size grid columns
Divers
Thread ID:
00948300
Message ID:
00948300
Vues:
74
How do I automatically size my grid columns so all the text fit?

I tried this but the width is too small:
with this
* replace default column header with custom header class
FOR liColIndex=1 TO .ColumnCount && loop through all grid columns
WITH .Columns(liColIndex)
.width = fsize(.Header1.Caption)
endwith
endfor
endwith

I'm guessing there must be a multiplier?

Thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform