Vcl.Touch.GestureCtrls.TCustomGestureListView.GroupView

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GroupView: Boolean read FGroupView write SetGroupView;

C++

__property bool GroupView = {read=FGroupView, write=SetGroupView, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Touch.GestureCtrls.pas
Vcl.Touch.GestureCtrls.hpp
Vcl.Touch.GestureCtrls TCustomGestureListView

Description

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