ListView::AutoArrange Property
.NET Framework (current version)
Gets or sets whether icons are automatically kept arranged.
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: