TdxListViewIconOptions.Arrangement Property
Declaration
property Arrangement: TdxListIconsArrangement read; write; default TdxListIconsArrangement.Horizontal;
Property Value
| Type | Default | Description |
|---|---|---|
| TdxListIconsArrangement | Horizontal | The item arrangement type. |
Remarks
Refer to the TdxListIconsArrangement type description for information on available options.
The Arrangement property’s default value is Horizontal.
See Also