System.Windows.Forms.ListViewAlignment Enumeration

Specifies how items align in the System.Windows.Forms.ListView.

Syntax

public enum ListViewAlignment

Remarks

Use the members of this enumeration to set the value of the ListView.Alignment property and the ListView.ArrangeIcons(ListViewAlignment) method of the System.Windows.Forms.ListView control.

Members

Member NameDescription
Default

When the user moves an item, it remains where it is dropped.

Left

Items are aligned to the left of the System.Windows.Forms.ListView control.

SnapToGrid

Items are aligned to an invisible grid in the control. When the user moves an item, it moves to the closest juncture in the grid.

Top

Items are aligned to the top of the System.Windows.Forms.ListView control.

Requirements

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