Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding 2 column Items to Listbox
Message
 
To
25/11/1998 13:02:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00161482
Message ID:
00161526
Views:
18
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
Previous
Reply
Map
View

Click here to load this message in the networking platform