Arrange Property (ListView Control)

           

Returns or sets a value that determines how the icons in a ListView control's Icon or SmallIcon view are arranged.

Syntax

object.Arrange [= value]

The Arrange property syntax has these parts:

Part Description
object An object expression that evaluates to a ListView control.
value An integer or constant that determines how the icons or small icons are arranged, as described in Settings.

Settings

The settings for value are:

Constant Value Description
lvwNone 0 (Default) None.
lvwAutoLeft 1 Left. Items are aligned automatically along the left side of the control.
lvwAutoTop 2 Top. Items are aligned automatically along the top of the control.