TdxListViewSmallIconOptions.Arrangement Property
In This Article
#Declaration
Delphi
property Arrangement: TdxListIconsArrangement read; write; default TdxListIconsArrangement.Horizontal;
#Property Value
Type | Default | Description |
---|---|---|
Tdx |
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