[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 357

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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.