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:
|
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