ListBox Horizontal scrollbar?

nosferatu26

Registered User.
Local time
Today, 06:48
Joined
Jul 13, 2015
Messages
57
Hello,

I currently have two listboxes on my form and was wondering how to make a horizontal scrollbar appear for each. I would simply make them wider but I need them to stay a certain size to fit on the form. Since the total column widths is longer than the listbox width I assumed the horizontal scrollbar would automatically become enabled but I was wrong. If anyone can help with this I would greatly appreciate it!
 
regret no horizontal bar for listboxes (or comboboxes)

Suggest use a subform instead. Only requires a little more coding and gives you the benefit (if required) of using conditional formatting, alternate row colours etc
 
sure you can. make the columns in the list box wider than the list box.
Mine show.
 
making the columns wider doesn't make any difference for me, unfortunately.
 
For me, the horizontal bar only appears when there is only one column width set and its larger than the listbox itself. That doesn't work for me because I have 6 columns I want to display. If there is no other way I suppose I will create a subform. Thank you guys for the replies
 

Users who are viewing this thread

Back
Top Bottom