Skip to main content
A newer version of this page is available. .

TcxCustomLookupEditProperties.DropDownAutoSize Property

Determines whether an editor’s dropdown window is resized in order to entirely display lookup columns.

Declaration

property DropDownAutoSize: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Use the DropDownAutoSize property to determine whether an editor’s dropdown window is resized to entirely display lookup columns. If the editor’s dropdown window contains several lookup columns, these columns may be too wide to be displayed fully. To avoid this, set DropDownAutoSize to False and specify the required window’s width via the DropDownWidth property.

If DropDownAutoSize is False and the DropDownWidth property value is 0 (the default), the dropdown window width is equal to the editor width.

The default value of the DropDownAutoSize property is False.

See Also