CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 1999
    Posts
    10

    ListBox with variable width columns



    Is any possibility to create a multi column listbox control, listbox whose columns have different widths ? I know this thing is possible in Access, but I can't find something similar in VC 5

  2. #2
    Join Date
    Apr 1999
    Posts
    24

    Re: ListBox with variable width columns



    Read up on LBS_MULTICOLUMN and LBS_USETABSTOPS

  3. #3
    Join Date
    Apr 1999
    Posts
    20

    Re: ListBox with variable width columns



    You are better off using a CListCtrl in report mode.

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