CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Location
    Cologne, Germany
    Posts
    112

    ListBox Column Width

    Hello,

    I can define the number of columns in an listbox element. But how can I define the width of each column and how can I write data into any a specific column ?
    Thanks in advanace and kind regards....Zachi


  2. #2
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: ListBox Column Width

    If you need that kind of capability, you should look into the LISTVIEW control. It has what you are looking for and more.

    John G

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