Skip to main content

TdxBarCustomCombo.ItemHeight Property

Specifies listbox item height in pixels.

Declaration

property ItemHeight: Integer read; write; default 0;

Property Value

Type Default
Integer 0

Remarks

Use ItemHeight to control the height of an item in a dropdown listbox. If ItemHeight is 0, TdxBarCustomCombo calculates listbox item height. Set the ItemHeight greater than 0 to precisely specify listbox item height. The default ItemHeight value is 0.

Note

You can always change the height of a particular item using the MeasureItem method or from the OnMeasureItem event handler.

See Also