NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListViewAlignment Enumeration

Specifies how items align in the ListView.

[Visual Basic]
Public Enum ListViewAlignment
[C#]
public enum ListViewAlignment
[C++]
public enum ListViewAlignment

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

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.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace | ArrangeIcons | Alignment