Can column width be different sizes?

  • Thread starter Thread starter Thurman
  • Start date Start date
T

Thurman

I have a multicolumn listbox, but only the 1st column needs to be set at
100pts. The other 4 columns are single digit numbers and it offsets the
listbox to have them in columns with 100pts as well. Is there any fix for
this?

Thanks
Thurman
 
Figures, after seaching for over a week now, I find the answer just after
posting my question...

Listbox1.ColumnWidths = "100;20;20;20;20"
 
Back
Top