Thread: multi-column list box item order

  1. #1
    Registered User
    Join Date
    Feb 2006
    Posts
    7

    multi-column list box item order

    greetings,

    i've been trying to figure out how to set the item order of my multi-column list box from top-to-bottom to left-to-right. in other words:

    item0 item1
    item2 item3

    instead of

    item0 item2
    item1 item3

    is this possible with the native list box (mvc6) or do i have to get a different control in some free codebase?

  2. #2
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    You may get a better answer in Windows Programming.
    Sent from my iPadŽ

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Pleas take a look & give a critique
    By sh3rpa in forum C++ Programming
    Replies: 14
    Last Post: 10-19-2007, 10:01 PM
  2. Constructive Feed Back (Java Program)
    By xddxogm3 in forum Tech Board
    Replies: 12
    Last Post: 10-10-2004, 03:41 AM
  3. compiler build error
    By KristTlove in forum C++ Programming
    Replies: 2
    Last Post: 11-30-2003, 10:16 AM
  4. c++ program
    By a_a in forum C++ Programming
    Replies: 22
    Last Post: 06-02-2003, 07:46 PM
  5. Contest Results - May 27, 2002
    By ygfperson in forum A Brief History of Cprogramming.com
    Replies: 18
    Last Post: 06-18-2002, 01:27 PM