TcxCustomDropDownEditProperties.PopupSizeable Property
Specifies if the drop-down window is sizable.
Declaration
property PopupSizeable: Boolean read; write; default False;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | False |
|
Remarks
Users can drag drop-down window borders when the PopupSizeable property is set to True. PopupMinWidth and PopupMinHeight properties define the minimum drop-down window dimensions.
Default Value
The PopupSizeable property’s default value is False.
See Also