[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomComboBox.ItemHeight

The default height of a list item.

Declaration

Source position: stdctrls.pp line 350

protected property TCustomComboBox.ItemHeight : Integer
  read GetItemHeight
  write SetItemHeight;

Description

In owner-draw mode the value can be adjusted by the application, otherwise it is determined by the widget.

See also

TCustomComboBox.OnMeasureItem

  

Handler invoked when the height of an item is required.