combo box

  • Thread starter Thread starter SylvieB
  • Start date Start date
S

SylvieB

is there a way in a combo box to add scroll bars to display the list of
items? I currently have a combo box with hundred of names that displays all
the way down the page. I'd like to be able to scroll the names in a small
box. Any ideas if that be accomplished?
Thanks in advance for any suggestions.
 
Set the combo's ListRows property to something less than the number of
records in the row source. That creates a vertical scroll bar. If you set
the width to something other than Auto, a horizontal scroll bar will be
created if the record text is longer than the set width.
-TedMi
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top