Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding 2 column Items to Listbox
Message
 
À
25/11/1998 13:02:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00161482
Message ID:
00161526
Vues:
20
Hi Oscar,

Try the following:

ListBox.Columncount = 2
ListBox.ColumnWidths = 200,200

*-- You can populate your ListBox rows this way
ListBox.AddListItem( "Column # 1 Value", 2, 1 )
ListBox.AddListItem( "Column # 2 Value", 2, 2 )

Best of Luck
Juan L. Romero
gcandela@javanet.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform