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

TCustomListView.GridLines

Enables or disables grid lines between rows and columns on the control.

Declaration

Source position: comctrls.pp line 1641

public property TCustomListView.GridLines : Boolean
  index Ord(lvpGridLines)
  read GetProperty
  write SetProperty
  default False;

Description

GridLines is a Boolean property used to enable or disable drawing of a 1-pixel grid line between rows and columns on the control. The default value for the property is False, and hides the grid lines. Changing the value for the property causes the widgetset class to be updated.