TcxCustomDropDownEditProperties.PopupMinHeight Property
Specifies the minimum drop-down window height, in pixels.
Declaration
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 The property value can be |
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.