ResizeList: Boolean;
The ResizeList property determines whether it is possible to resize the drop-down list of elements in the component.
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.
The example of use is given in description of the AutoComplete property.
See also: