Expanding Viewable List in Drop Down Menu's

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

Guest

Hi, I was wondering if anyone knew how I could expand the viewable items
shown in a drop down menu... I have a drop down menu with a large amount of
items and would like to show a larger porion of the list to choose from when
the drop down menu button is clicked (currently is shows a small number of
the items and in turn takes a long time to scroll through for a user to pick
/ find the item from the list he/she desires.
Thank You for your help.
Colin
 
It depends which type used.

From the forms toolbox. Right click - format control - Control and then set
the lines you want.

From the Control toolbox. Right click - Select design mode - and then right
click and properties. Set listrows to desired value.
 
Assuming you meant that you have a drop down control rather than a menu,
check out the control's DropDownLines property.

--
Jim
| Hi, I was wondering if anyone knew how I could expand the viewable items
| shown in a drop down menu... I have a drop down menu with a large amount
of
| items and would like to show a larger porion of the list to choose from
when
| the drop down menu button is clicked (currently is shows a small number of
| the items and in turn takes a long time to scroll through for a user to
pick
| / find the item from the list he/she desires.
| Thank You for your help.
| Colin
 

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