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);
int value of the current alignment style from System.WinForms.ListViewAlignment
ListView Class | ListView Members | System.WinForms Namespace