Vcl.ComCtrls.TIconOptions.Arrangement

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Arrangement: TIconArrangement read FArrangement write SetArrangement default iaTop;

C++

__property TIconArrangement Arrangement = {read=FArrangement, write=SetArrangement, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TIconOptions

Description

Determines where the items are to be aligned in the view.

Set Arrangement to indicate whether the view should display icon entries in rows or columns. Arrangement has no effect on the arrangement of entries in the view when the ViewStyle is not vsIcon or vsSmallIcon. These are the possible values of Arrangement:



Value Meaning

iaTop

Items are aligned left to right in rows at the top of the view control

iaLeft

Items are aligned in columns top to bottom at the left of the view control



See Also