Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox
Message
 
To
28/10/1998 17:31:20
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00151987
Message ID:
00152003
Views:
28
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform