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

TcxCustomLookupEditProperties.DropDownHeight Property

Indicates the height of the dropdown window in pixels.

#Declaration

Delphi
property DropDownHeight: Integer read; write; default 0;

#Property Value

Type Default
Integer 0

#Remarks

You can use the DropDownHeight property to limit the height of the dropdown window. If DropDownHeight is set to 0, the window’s height is determined by the DropDownRows property which specifies the maximum number of visible rows in the dropdown. If DropDownHeight is set to a value greater than 0, the DropDownRows property is ignored and DropDownHeight defines the height of the dropdown in pixels.

See the DropDownSizeable property to enable sizing of the dropdown at runtime.

The default value of the DropDownHeight property is 0.

See Also