Vcl.Touch.GestureCtrls.TGestureListView.GroupView

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GroupView: Boolean read FGroupView write SetGroupView default 0;

C++

__property GroupView = {default=0};

Properties

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

Description

Specifies whether the gesture list view arranges the gesture in groups.

Vcl.Touch.GestureCtrls.TGestureListView.GroupView inherits from Vcl.Touch.GestureCtrls.TCustomGestureListView.GroupView. All content below this line refers to Vcl.Touch.GestureCtrls.TCustomGestureListView.GroupView.

Specifies whether the gesture list view arranges the gesture in groups.

Use GroupView to specify whether the gesture list view groups the gestures together by group IDs. When group view mode is enabled, the gestures list view automatically arranges gestures by their provenience: standard, custom, and registered. You can override this setting by writing your own OnGetGestureGroup event handler and passing different group IDs.

See Also