PDA

View Full Version : Solved: Multi Column Listbox



JKwan
05-31-2007, 06:21 AM
I figured how to add items to the Multi Column Listbox, works good. However, I was not able to change the Column width of it (individual column). I can change the first column in design mode (no problem there). If I go:


.ColumnWidth (index) = nn


I get cannot change read only property. How do I go about it?

Thanks

Bob Phillips
05-31-2007, 06:27 AM
use a semi-colon delimited list.

Example
75;50

JKwan
05-31-2007, 06:35 AM
Thank you again for the help.