List box scroll bars?

spinkung

Registered User.
Local time
Today, 15:09
Joined
Dec 4, 2006
Messages
267
Hi,

I have a list box with four cols set by a query. The col widths are...

0cm;0cm;0cm;15cm

..thing is, when the text is longer than the listbox width i get no scroll bar to view the rest of the row.

Any ideas???

Many Thanks.
 
When the form is in design view select the list boxes scroll property to Horizontal only.
 
Sorry my bad. List boxes don't have that property.

The horizontal scroll bar should appear automatically if the list box is narrower than the column width. If however the contents of the column are wider than the column it self, all you can do is set the column width wider to match the widest text you intent it to display.
 

Users who are viewing this thread

Back
Top Bottom