Listbox HELP: Horzontal Scroll????

B

bahKevin

Settings are:

Column Count: 2
Column Widths: 0"; 20"
Bound Column: 1

Width: 9.5417"


Why am I not getting a horizontal scroll bar?

If I add a 3rd column in I get a horizontal scroll, but it scrolls from
column to column instead of across the full text of one column.
 
B

bahKevin

Apparently it can not be done (received several confirmations of this on
other MS Access forums). OK, now I need to know if there is anyway to word
wrap an item in a listbox or at least display an item on a mouseover?
 
M

Michael

The widths of the list box column should be smaller than the actual size of
the list box. ie

Column Count: 2
Column Widths: 0; 2.25cm
Bound Column: 1

Listbox Width: 2.5cm
 
Top