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