In Large Icon or Small Icon view, arranges the items according to one of the following behaviors:
[Visual Basic] Overloads Public Sub ArrangeIcons( _ ByVal value As ListViewAlignment _ ) [C#] public void ArrangeIcons( ListViewAlignment value ); [C++] public: void ArrangeIcons( ListViewAlignment value ); [JScript] public function ArrangeIcons( value : ListViewAlignment );
Exception Type | Condition |
---|---|
ArgumentException | thrown if flag is not one of the supported Icon Arrangement styles. |
ListView Class | ListView Members | System.WinForms Namespace | ListView.ArrangeIcons Overload List