ListBox Columns

Eleventeen

Freshman
Joined
Jan 3, 2003
Messages
39
Location
Canada
Remember in older versions of VB and still used in office 2000, is ListBox columns where you could have 2 or more columns in each row. .Net MultiColumn does not acheive this.

Does anybody know anyway of doing this, or any third party controls that may be of any help.

Thanks!
 
This thread has just reminded me: I used to use the FlexGrid control in VB6 but there doesn't seem to be a .NET equivalent. Is that right or am I missing something?
 
Use a DataGrid control with a disconnected dataset to achieve this.
It has been discussed very recently in the forums, so do a search.
 
Back
Top