If autoArrange is true items are automatically arranged according to the alignment property. Items are also kept snapped to grid. This property is only meaningful in Large Icon or Small Icon views.
[Visual Basic] Public Property AutoArrange As Boolean [C#] public bool AutoArrange {get; set;} [C++] public: __property bool get_AutoArrange(); public: __property void set_AutoArrange(bool); [JScript] public function get AutoArrange() : Boolean; public function set AutoArrange(Boolean);
ListView Class | ListView Members | System.WinForms Namespace