IRibbonComboBox.ResizeList

Fore Syntax

ResizeList: Boolean;

Fore.NET Syntax

ResizeList: Boolean;

Description

The ResizeList property determines whether it should be possible to change the size of the drop-down list of elements in the component.

Comments

If property is set to True, after list of elements has dropped down, 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, scroll bar is present.

By default the property is set to True.

Example

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

See also:

IRibbonComboBox