Skip to main content

TcxCustomComboBoxProperties.DropDownSizeable Property

Determines whether an end-user can resize the dropdown window by dragging its borders.

Declaration

property DropDownSizeable: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Use the DropDownSizeable property to specify whether the dropdown window can be resized by an end-user. If this property value is False, then the dropdown window size is determined by the DropDownWidth and the DropDownRows properties.

The smallest portion by which the dropdown window height can be changed is the height of a dropdown list item.

The default value of the DropDownSizeable property is False.

See Also