Vcl.Touch.GestureCtrls.TCustomGestureListView
Delphi
TCustomGestureListView = class(TCustomListView, IGestureProvider)
C++
class PASCALIMPLEMENTATION TCustomGestureListView : public Vcl::Comctrls::TCustomListView
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Touch.GestureCtrls.pas Vcl.Touch.GestureCtrls.hpp |
Vcl.Touch.GestureCtrls | Vcl.Touch.GestureCtrls |
Description
TCustomGestureListView is the base type for all gesture list view components.
Use TCustomGestureListView as a base class when defining a control that displays a list of gestures. TCustomGestureListView allows a list of gestures to be displayed in columns with column headers and subitems, either vertically or horizontally, with small or large icons.
Do not create instances of TCustomGestureListView. To put a gesture list view on a form, use a descendant of TCustomGestureListView, such as TGestureListView.
TCustomGestureListView allows associating a TCustomGesturePreview control with a TCustomGestureManager control.