TcxCustomLookupEditProperties.DropDownHeight Property
Indicates the height of the dropdown window in pixels.
Declaration
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