Scroll Bar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have several List Boxes on some forms I have in an Access 2003 application.
The vertical scroll bar displays fine, however there is no scroll bar along
the bottom. Does anyone have code that I could install to display a scroll
bar along the bottom of my List Boxes?
 
BRHancock said:
I have several List Boxes on some forms I have in an Access 2003 application.
The vertical scroll bar displays fine, however there is no scroll bar along
the bottom. Does anyone have code that I could install to display a scroll
bar along the bottom of my List Boxes?

The scroll bars appear automatically only when they are
needed. Check your ColumnWidths and Width properties to see
if the horizontal scroll bar is needed.
 
I have reduced them down to less then an inch and the verbage inthe list box
is chopped off and still tere are no scroll bars.
 
It's starting to sound like we're taking about two different
things. A list box automatically display its one and only
horizontal scroll bar for the entire list box when the total
of all the column widths exceed the list box's Width. Try
increasing the column width for the troublesome field(s?).

There is no such thing as a scroll bar for a single column
in a multiple column list box. I use continuous subforms
instead of list boxes so I haven't seen this issue, but I
believe there is no way to view the entire contents of a
field that exceeds the width of its list box column.
 
Back
Top