Vcl.ComCtrls.TIconArrangement

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TIconArrangement = (iaTop, iaLeft);

C++

enum DECLSPEC_DENUM TIconArrangement : unsigned char { iaTop, iaLeft };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

TIconArrangement indicates how the icons for items are arranged.

These are the possible TIconArrangement values:


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.