Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listbox
Message
 
À
28/10/1998 17:31:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00151987
Message ID:
00152003
Vues:
29
>Hi
>
>I have a Listbox and setting the ColumnCount=2 so the data would be in two separate columns. The following code is what I used in the form init:
>
>LstProvState.AddItem( "TEST COLUMN1", 1)
>LstProvState.AddItem( "TEST COLUMN2", 2)
>
>Result: Data display properly in the listbox, but they do NOT aligned.
>Is there a way to solve this problem? Any help or suggestion is appreciated.
>
Steve,

You need to use AddListItem() to add to multiple columns of a list or combo. The help file shows the full syntax for it.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform