DropHeight Property
Object List Next Object
Defined By: ComboBox
Description:
Controls how tall the dropdown list of a combobox will be.
Details:
The possible values and meanings for DropHeight are:
Value Description
Positive numbers Specifies the maximum number of entries to be shown in the dropped-down list.
The default value for this property is 8. This means no more than 8 entries
will be shown at a time, and a scrollbar is put on the list when there are more
than this many entries.
0 Specifies that the dropdown list should be as tall as necessary to show all
items in the list, meaning there is no maximum height.
Negative numbers Specifies the absolute number of entries to be shown when dropped down. If
there are fewer items in the combo than DropHeight specifies, the rest of the list
area will be blank.
Data Type: Long
See Also:
DropDown event