Vcl.Touch.GestureCtrls.TGestureListView

Delphi
TGestureListView = class(TCustomGestureListView)
C++
class PASCALIMPLEMENTATION TGestureListView : public TCustomGestureListView
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Touch.GestureCtrls.pas Vcl.Touch.GestureCtrls.hpp |
Vcl.Touch.GestureCtrls | Vcl.Touch.GestureCtrls |
Description
TGestureListView is a list view control designed to display gestures.
Use TGestureListView when it is necessary to view a list of gestures. TGestureListView allows a list of gestures to be displayed in columns with column headers and subitems, either vertically or horizontally, with small or large icons.
TGestureListView exposes two properties that allow you to connect to a TGestureManager component and a TGesturePreview component. TGestureListView is most useful when you are designing an application that allows its users to manage, view, and select gestures.