Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Right Justifying columns in a combobox
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00336322
Message ID:
00336382
Vues:
17
>Is there a way to right justify columns in a combobox?
>
>Thanks,
>Paul Acton

Problem with combobox is that it behaves different than Grid or any other controls because the contents are string type. To achieve the functionality you want, you have to concatenate space before the item contents.

This.List[1,1] = SPACE(10)+'1111111111'
This.List[2,1] = SPACE(10)+'1111111111'
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform