Re: Pixel graphics text alignment
- Posted by David Cuny <dcuny at LANSET.COM> Jul 05, 1999
- 505 views
Gary Dumer wrote: > it appears that setting the ListBox control style to > LBS_MULTICOLUMN (#200) and sending the > LB_SETCOLUMNWIDTH (#195) > message to set the column width, it could do the trick. No, sorry. It indeed sets up a multicolumn list, but like this: item1 item5 item2 item6 item3 item4 Perhaps LB_SETTABSTOPS would work. I was under the impression that the Win3.1 API supported the kind of style that's being talked about. -- David Cuny