Vcl.Touch.GestureCtrls.TGestureListView

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Touch.GestureCtrls.TCustomGestureListViewVcl.ComCtrls.TCustomListViewVcl.Controls.TCustomMultiSelectListControlVcl.Controls.TCustomListControlVcl.Controls.TWinControlTGestureListView

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.

See Also