Vcl.Touch.GestureCtrls.TGestureListView.ViewStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ViewStyle: TViewStyle read FViewStyle write SetViewStyle default 3;

C++

__property ViewStyle = {default=3};

Properties

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

Description

Determines how the list items are displayed.

Vcl.Touch.GestureCtrls.TGestureListView.ViewStyle inherits from Vcl.ComCtrls.TCustomListView.ViewStyle. All content below this line refers to Vcl.ComCtrls.TCustomListView.ViewStyle.

Determines how the list items are displayed.

Set ViewStyle to control the visual display of items in a list view. The items can be displayed as a set of movable icons, or as columns of text.

See Also

Code Examples