CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2001
    Location
    Minneapolis, MN, USA
    Posts
    150

    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!

  2. #2
    Join Date
    Jan 2003
    Posts
    14
    why don't you use a list view?

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

  3. #3
    Join Date
    Aug 2001
    Location
    Minneapolis, MN, USA
    Posts
    150
    I guess...I don't know. Is this what I should do?

  4. #4
    Join Date
    Jan 2003
    Posts
    14
    well they're are deisgned for doing column type things as standard so yeah.

  5. #5
    Join Date
    Aug 2001
    Location
    New York, USA
    Posts
    169

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured