Click to See Complete Forum and Search --> : Multi Column Listbox?


nolc
January 13th, 2003, 10:35 AM
Has anyone figured out how to create a Multi Column Listbox? I'm grabbing a dataset and then throwing it into a listbox, but it would be SWEET if I could make the listbox have column spacing like the datagrid control. I know it is possible....here's a link to some C# Code (http://www.codeproject.com/cs/combobox/MultiColumnListBox.asp) AND I've converted it to VB.NET using the C# to VB.NET Translator (http://www.aspalliance.com/aldotnet/examples/translate.aspx) and I have errors. Thanks in advanced!

nswan
January 13th, 2003, 11:46 AM
why don't you use a list view?

that's a lot easier to add column's on.

nolc
January 13th, 2003, 12:53 PM
I guess...I don't know. Is this what I should do?

nswan
January 13th, 2003, 01:12 PM
well they're are deisgned for doing column type things as standard so yeah.

enigmaos
January 16th, 2003, 01:34 PM
;)