IRibbonComboBox.DropDownCount

Syntax

DropDownCount: Integer;

Description

The DropDownCount property determines the maximum number of elements displayed simultaneously in the opened list of the component.

Comments

The opened list displays eight elements by default. If the total number of element is greater than the the number of displayed elements, a scrollbar is added in the component.

Example

The property use is given in the example for IRibbonComboBox.AutoComplete.

See also:

IRibbonComboBox