Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00033739
Message ID:
00033877
Vues:
42
>>>>When a grid is displayed, the text in some fields are not displayed totally and you have to arrow over to the right to reveal the rightmost contents of the given field. Why don't the grids adequately size themselves to display the fields wholly?
>>>
>>>Grid displays exactly the same column widths as you set them in Form Designer. So, you can go to Form Designer and change widths over there, or you can reset column.width properties in run-time (e.g. in Grid.Init event).
>>
>>I was attempting the former, can you point out where to change this in the Form Designer and change widths
>
>Timothy,
>
>You have two ways you can change the widths in the fomr designer, you can go to the properties sheet and adjust the width property for the column. The second way is to right click on the grids and select Edit from the shrt cut menu, then place the mouse over the vertical line between the columns and drag that line the direction you want to resize the column to.
>
>All of this assumes that you are not using the column count of -1 for the grid, with a column count of -1 you have to set the widths in the grid's Init code programmatically as the columns don't exist until runtime.

I got it now, thanks!
"Build a man a fire, and he's warm for a day.
Set a man on fire, and he's warm for the rest of his life."
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform