Listbox Format Question

S

Steve Haack

I have a list box with multiple columns. Is is possible to control the text
alignment for the columns? For example, for some columns i woudl like to
right justify, or center. Right now, all my columns are left justified.

Thanks,
Steve
 
D

Dirk Goldgar

Steve Haack said:
I have a list box with multiple columns. Is is possible to control the text
alignment for the columns? For example, for some columns i woudl like to
right justify, or center. Right now, all my columns are left justified.


I don't believe there's anything built-in, but Stephen Lebans has written
some code to do it:

http://www.lebans.com/justicombo.htm
 
Top