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!

ListView.Alignment

The alignment style specifies which side of the window items are aligned to by default

[Visual Basic]
Public Property Alignment As ListViewAlignment
[C#]
public ListViewAlignment Alignment {get; set;}
[C++]
public: __property ListViewAlignment get_Alignment();
public: __property void set_Alignment(ListViewAlignment);
[JScript]
public function get Alignment() : ListViewAlignment;
public function set Alignment(ListViewAlignment);

Property Value

int value of the current alignment style from System.WinForms.ListViewAlignment

See Also

ListView Class | ListView Members | System.WinForms Namespace