ComboBox.ListRows Property (Outlook Forms Script)

Returns or sets a Long that specifies the maximum number of rows to display in the list. Read/write.

Syntax

expression.ListRows

expression A variable that represents a ComboBox object.

Remarks

The default value is 8.

If the number of items in the list exceeds the value of the ListRows property, a scroll bar appears at the right edge of the list-box portion of the combo box.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.