property Editor.DropDownRows as Long
Retrieves or sets a value that indicates the maximum number of visible rows in the editor's drop- down list.

TypeDescription
Long A long expression that indicates the maximum number of visible rows in the editor's drop- down list.

Use the DropDownRows property to specify the maximum number of visible rows in the editor's drop-down list. By default, the DropDownRows property is set to 7. The DropDownRows property has effect for the following types: DropDownType, DropDownListType, PickEditType, CheckListType and FontType. Use the AddItem method to add predefined values to the drop down portion of the control.