How do I use a multi-column list box?
IIRC, a multi-column listbox is merely a listbox that allows horizontal scrolling of items as well as vertical. It does not allow you to have several columns for a single item, instead, it looks something like this:
If this is what you want, then specify LBS_MULTICOLUMN when you create your listbox, the API will do the rest.
If you want your items to have several columns of information, use a CListCtrl.
-fel
Edited by - felisandria on 2/7/00 1:58:47 PM
item 1 item 5item 2 item 6item 3 item 7item 4
If this is what you want, then specify LBS_MULTICOLUMN when you create your listbox, the API will do the rest.
If you want your items to have several columns of information, use a CListCtrl.
-fel
Edited by - felisandria on 2/7/00 1:58:47 PM
~ The opinions stated by this individual are the opinions of this individual and not the opinions of her company, any organization she might be part of, her parrot, or anyone else. ~
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement