IRibbonComboBox.ResizeList

Syntax

ResizeList: Boolean;

Description

The ResizeList property determines whether it is possible to resize the drop-down list of elements in the component.

Comments

If the property is set to True, after list of elements has expanded, it is possible to change its height. If it is set to False, the height of drop-down list is fixed. If there is a great number of elements, a scrollbar is displayed.

The property is set to True by default.

Example

The example of use is given in description of the AutoComplete property.

See also:

IRibbonComboBox