Skip to main content

TcxCustomComboBoxProperties.DropDownRows Property

Specifies the number of simultaneously displayed items in editor drop-down windows.

Declaration

property DropDownRows: Integer read; write; default cxEditDefaultDropDownPageRowCount;

Property Value

Type Default Description
Integer cxEditDefaultDropDownPageRowCount

The number of simultaneously visible drop-down items.

Remarks

Use the DropDownRows property to change the number of simultaneously displayed items in an editor’s drop-down window. If the number of items exceeds the DropDownRows property value, the drop-down window displays a vertical scrollbar.

Default Value

The DropDownRows property’s default value is cxEditDefaultDropDownPageRowCount.

See Also