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.PopupMinHeight Property

Specifies the minimum drop-down window height, in pixels.

#Declaration

Delphi
property PopupMinHeight: Integer read; write; default 100;

#Property Value

Type Default Description
Integer 100

The minimum height (in pixels) of the drop-down window at 96 DPI.

The property value can be 0 or higher.

#Remarks

Users can resize the drop-down window if the PopupSizeable property is set to True. PopupMinHeight and PopupMinWidth property values limit the minimum drop-down window dimensions.

#Property Setter Behavior

The PopupMinHeight property setter changes the property value to 0 if you assign a negative value to the PopupMinHeight property. The PopupMinHeight property setter assigns the new minimum drop-down window height as the new PopupWidth property value if it is less than the new PopupMinHeight property value.

#Property Values and Scaling

The PopupMinHeight property specifies the base minimum drop-down window height (in pixels) that corresponds to 96 DPI. Editor draw routines multiply the PopupMinHeight property value by the current scale factor and round the result to the nearest integer to calculate actual minimum drop-down window height on the target screen.

#Default Value

The PopupMinHeight property’s default value is 100.

See Also