-
Multi Column Listbox?
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 AND I've converted it to VB.NET using the C# to VB.NET Translator and I have errors. Thanks in advanced!
-
why don't you use a list view?
that's a lot easier to add column's on.
-
I guess...I don't know. Is this what I should do?
-
well they're are deisgned for doing column type things as standard so yeah.
-