Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CheckBox centered in a column
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00814041
Message ID:
00814584
Vues:
11
This message has been marked as the solution to the initial question of the thread.
Bernhart,

When you set .column1.ALIGNMENT = 2 VFP also sets .column1.ccheckbox11.centered to .T. so checkbox is centered. If you set .column1.ccheckbox11.centered back to .F., checkbox will not be centered anymore eventhough .column1.ALIGNMENT still 2. IOW, it's better to use centered property of the checkbox directly instead of setting it through ALIGNMENT property of the column.

>Hi All,
>
>Which difference exists you there enters these two orders ?
>Which is best the synthaxe ?
>
>This.cGRID.column1.ccheckbox11.centered = .T.
>And
>This.cGRID.column1.ALIGNMENT = 2
>
>
>bernhart
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform