
Setting # of Items in ComboBox DropDown List
Can anyone tell me if there is a way to control how many
items the user sees when they click on the down-arrow of
a combo box?
The comboBox is of the type that they cannot enter their own
value, they have to select from the pre-defined list.
VB seems to be defaulting to 7 or 8 items. I want to set it to
9 or 10.
Delphi has a property called DropDownCount. Is there anything
similar in VB?
If you know the answer, please supply a code example.
Thanks for any help you can provide.
Regards,
John Auston