Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomListView.StateImagesWidth

Width of the images in the StateImages property.

Declaration

Source position: comctrls.pp line 1573

protected property TCustomListView.StateImagesWidth : Integer
  index Ord(lvilState)
  read GetImageListWidth
  write SetImageListWidth
  default 0;

Description

StateImagesWidth is an Integer property the represents width used for state images displayed in the list view. The default value for the property is zero (0) and indicates that a default image width has not been specified.