Horizontal Scrollbar on listbox

  • Thread starter Thread starter Stephen Lloyd
  • Start date Start date
S

Stephen Lloyd

Thanks in advance...

I'm filling a listbox using the rowsource property. Although the names are
not too long for the listbox (not even close) it is adding a horizontal
scrollbar automatically.

I checked and there are not leading or trailing spaces on any of the list
items.

What property can I change to remove the horizontal scrollbar.
 
The default "ColumnWidths" are quite wide. Set that property to the widths
you need, e.g. 50;50;50; etc. A semicolon is the separator.

--
Jim
| Thanks in advance...
|
| I'm filling a listbox using the rowsource property. Although the names
are
| not too long for the listbox (not even close) it is adding a horizontal
| scrollbar automatically.
|
| I checked and there are not leading or trailing spaces on any of the list
| items.
|
| What property can I change to remove the horizontal scrollbar.
 
Back
Top