[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Enables or disables grid lines between rows and columns on the control.
Source position: comctrls.pp line 1641
public property TCustomListView.GridLines : Boolean |
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.
lazarus-ccr.sourceforge.net |