property ComboBox.ScrollOnDrop as Boolean
Specifies a value that indicates whether the drop down list is scrolled when it is shown.

TypeDescription
Boolean A boolean expression that indicates whether the drop down portion of the control is scrolled when it is shown.

By default, the ScrollOnDrop property is True. The ScrollOnDrop property has effect only if the Style property is DropDown or DropDownList. If the ScrollOnDrop property is False, the control shows directly the drop down portion of the control without scrolling it.