System.Windows.Forms.ListView.AutoArrange Property

Gets or sets whether icons are automatically kept arranged.

Syntax

[System.ComponentModel.DefaultValue(true)]
public bool AutoArrange { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ListView.AutoArrange property only arranges items in the System.Windows.Forms.ListView control when the ListView.View property is set to View.LargeIcon or View.SmallIcon. To change the alignment of items in the System.Windows.Forms.ListView control, use the ListView.Alignment property. You can use ListView.AutoArrange to ensure that all items in your System.Windows.Forms.ListView control are automatically arranged to avoid overlapping at run time.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0