CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2001
    Posts
    42

    Multi column listbox

    I want to use a multicolumn listbox. I can draw it on a form. However I'm not able to assign a value to row 13, column 3.
    It only puts values in the first column. I can't find anything in the help-files. I assume it should be something like listbox1.additem(13,3) "some text"



    Thanks for any help



  2. #2
    Join Date
    Aug 2001
    Posts
    60

    Re: Multi column listbox

    Maybe you should try to use a listview...
    it looks more stylish than a listbox and it's very simple to manage items in specific rows or columns

    Make it with rocker style \w/

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