Rows Property
Applies To: Combo ComboEx

Description

For Combo objects with Style'Drop' or 'DropEdit' this property determines the number of rows displayed in the drop-down listbox when it is displayed. Note that the height of the edit field of a Combo of this type is dependent only upon the size of the font in use, and cannot otherwise be changed.

Rows is a "read-only" property for a Combo with Style 'Simple' and an attempt to set it in a Combo of this type with ⎕WC or ⎕WS will generate a NONCE ERROR. Instead, the overall height of a Simple Combo is determined by the first element of the Size property.