This documentation is archived and is not being maintained.
ListViewAlignment Enumeration
Visual Studio 2010
Specifies how items align in the ListView.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Default | When the user moves an item, it remains where it is dropped. | |
| Top | Items are aligned to the top of the ListView control. | |
| Left | Items are aligned to the left of the 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. |
Use the members of this enumeration to set the value of the Alignment property and the ArrangeIcons method of the ListView control.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: