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

TCustomListView.DefaultItemHeight

Default height for items displayed on the list view control.

Declaration

Source position: comctrls.pp line 1569

protected property TCustomListView.DefaultItemHeight : Integer
  read FDefaultItemHeight
  write SetDefaultItemHeight;

Description

Used in the widgetset class to render the items on the list view control. If the property is set to zero (0) or a negative value, the value defaults to 20 pixels. Changing the value for the property causes the widgetset class to be updated when its Handle has been assigned.