Question how to create multicolumn listbox in vb2005 express

ip2op01

Member
Joined
Jun 10, 2009
Messages
6
Programming Experience
Beginner
Please someone tell me how to create multicolumn listbox in vb2005 express edition.

i have created a listbox and set the multicolumn property to true

but how do i add the columns to the listbox ?
 
Listbox "MultiColumn" is just a display feature, where the items list will appear in columns instead of a single vertical list.

For real multi column controls use DataGridView or ListView.
 
Back
Top