Vcl.ComCtrls.TCustomListView.IconOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IconOptions: TIconOptions read FIconOptions write SetIconOptions;

C++

__property TIconOptions* IconOptions = {read=FIconOptions, write=SetIconOptions};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

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