ListView.AutoArrange Property
Gets or sets whether icons are automatically kept arranged.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System.Booleantrue if icons are automatically kept arranged and snapped to the grid; otherwise, false. The default is true.
The AutoArrange property only arranges items in the ListView control when the View property is set to LargeIcon or SmallIcon. To change the alignment of items in the ListView control, use the Alignment property. You can use AutoArrange to ensure that all items in your ListView control are automatically arranged to avoid overlapping at run time.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.