Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grids
Message
 
À
21/09/1999 12:48:55
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Grids
Divers
Thread ID:
00267193
Message ID:
00267202
Vues:
18
>Is there a way to display the header text of a column on two lines? There is not a word wrap property. I tried stringing a chr(13) in the middle of the string. grid.column.header.caption = "string1" + chr(13) + "string2"
>
>Any ideas?
>
>Jim

The multiline headers supposedly will be supported in VFP 7. You may place the labels with .WordWrap = .t. over the grid headers, but it means more work for repositioning the label if you allow users to move or resize columns in the grid (or the form itself). Anyway, as Michelle said there is a couple of classes in the Files section which may help you.

Nick
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform