Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there a way to center a checkbox control in a grid co
Message
De
04/08/2000 10:55:05
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00400217
Message ID:
00401072
Vues:
19
In addition, since the container will automatically size to the width of the column when it initializes, you can "autocenter" the checkbox in the container's init.
this.checkbox.left = this.width/2 - this.checkbox.width/2
I haven't been able to get it to re-center when the column is resized, even using the Resize event of the container, so I set the column.Resizable=.F.
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform