Vcl.Touch.GestureCtrls.TGestureListView.RowSelect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RowSelect: Boolean read FRowSelect write SetRowSelect default 1;

C++

__property RowSelect = {default=1};

Properties

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

Description

Determines whether an entire row in the list view can be selected.

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

Determines whether an entire row in the list view can be selected.

Set RowSelect to true to allow entire rows to be selected when the ViewStyle property is vsReport. To allow multiple rows to be selected, use the MultiSelect property.

See Also