Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomDropDownEditProperties.PopupAutoSize Property

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

True if the drop-down window’s dimensions match the embedded control’s dimensions; otherwise, False.

#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