TcxCustomDropDownEditProperties.PopupAutoSize Property
In This Article
Specifies if the drop-down window automatically adjusts its size to display the currently embedded control in full.
#Declaration
Delphi
property PopupAutoSize: Boolean read; write; default True;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | True |
|
#Remarks
You can set the PopupAutoSize
property to False
to use PopupWidth and PopupHeight properties to set fixed drop-down window dimensions.
#Limitations
If a [BLOB Editor] displays an image (that is, the editor’s Properties.BlobEditKind property is set to bekPict
), PopupAutoSize
is mapped to the Properties.PictureAutoSize property.
#Default Value
The PopupAutoSize
property’s default value is True
.
See Also