This documentation is archived and is not being maintained.
ListViewAlignment Enumeration
.NET Framework 1.1
Specifies how items align in the ListView.
[Visual Basic] <Serializable> Public Enum ListViewAlignment [C#] [Serializable] public enum ListViewAlignment [C++] [Serializable] __value public enum ListViewAlignment [JScript] public Serializable enum ListViewAlignment
Remarks
Use the members of this enumeration to set the value of the Alignment property and the ArrangeIcons method of the ListView control.
Members
| Member name | Description |
|---|---|
| Default | When the user moves an item, it remains where it is dropped. |
| 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. |
| Top | Items are aligned to the top of the ListView control. |
Requirements
Namespace: System.Windows.Forms
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
See Also
Show: