API:Vcl.Touch.GestureCtrls.TGestureListView.IconOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IconOptions: TIconOptions read FIconOptions write SetIconOptions;

C++

__property IconOptions;

Properties

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

Description

Determines how icons displayed in the list view are arranged.

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

Determines how icons displayed in the list view are arranged.

Set the properties of the TIconOptions object that is the value of IconOptions to specify how the icons in the list view should be arranged. The ViewStyle of the list view must be set to either vsIcon or vsSmallIcons for these options to affect the control.

See Also