Skip to main content

TdxListViewIconOptions.Arrangement Property

Specifies how the List View control arranges items

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