Skip to main content

TcxCustomComboBoxProperties.DropDownSizeable Property

Specifies whether editor drop-down windows are resizable.

Declaration

property DropDownSizeable: Boolean read; write; default False;

Property Value

Type Default Description
Boolean False

Specifies if users can resize the drop-down editor window:

False

Default. Drop-down window dimensions are fixed:

True

Users can drag borders of the drop-down window to resize it.

In this mode, the ItemHeight property value determines the minimum height change step. The drop-down window always displays items in full by height.

Remarks

Set the DropDownSizeable property to allow users to resize editor drop-down windows.

Default Value

The DropDownSizeable property’s default value is False.

Note

The TcxCustomLookupEditProperties class changes the default DropDownSizeable property value to True.

See Also