Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Control resizing in grids
Message
De
19/06/2007 15:06:33
 
 
À
18/06/2007 21:37:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
01234081
Message ID:
01234365
Vues:
13
>When the column auto resizes the container the container.resize should fire...It's Not
>The control.Anchor has no effect. Guessing because the container.resize event doesn't fire.

Containers in grids cannot that I can see be repositioned or resized, even in code.

That is why resize is never called. They can however be larger than you need them to be and that is how I would work around this problem.

For images in grids, I put an access method on the backstyle property of the container that holds the image. I then control the image from there.

I would control my container objects the same way:

1. Make the container larger than maximum
2. Put a backstyle access method on the container.
3. Position/size the container objects from the backstyle_access method.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform