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

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);

See Also

ListView Class | ListView Members | System.WinForms Namespace