TcxCustomDropDownEditProperties.PopupSizeable Property
In This Article
Specifies if the drop-down window is sizable.
#Declaration
Delphi
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