ListRowCount - ComboEntry

Determines the number of rows in a combo form

Type: Property

Access: Read/Write

Data Type: Integer

Parameters: None

Syntax
 Property Integer ListRowCount

Read Access: Get ListRowCount to IntegerVariable
Write Access: Set ListRowCount to IntegerVariable/Value


Description

ListRowCount determines the maximum number of rows that should be visible in a combo-list. When the the items in a combo list exceed this maximum, the list scrolls.

The default value is 10.

Set ListRowCount to 4 // never allow more than four rows to be visible


Note:Prior to release 9.1, the default value of ListRowCount was 0. When set to 0, the combo-list sets the value to around 10 rows. Setting the value to 0, is supported only for legacy purposes and should be avoided.

See Also

ListWidth