Vcl.Touch.GestureCtrls.TGestureListView.GridLines

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GridLines;

C++

__property GridLines = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TGestureListView

Description

Determines whether lines are drawn separating items in the list.

Vcl.Touch.GestureCtrls.TGestureListView.GridLines inherits from Vcl.ComCtrls.TCustomListView.GridLines. All content below this line refers to Vcl.ComCtrls.TCustomListView.GridLines.

Determines whether lines are drawn separating items in the list.

Set GridLines to true to add lines that separate the items in the list view. The value of GridLines is ignored unless ViewStyle is vsReport.

See Also