| Visual Basic (Declaration) | |
|---|---|
Public Property AllowAutoArrange As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WebDesktopShortcutSettings Dim value As Boolean instance.AllowAutoArrange = value value = instance.AllowAutoArrange | |
| C# | |
|---|---|
public bool AllowAutoArrange {get; set;} | |
The default value of this property is True. This property automatically arrange the icons from top to bottom, and move to second column and so on when there are more icons. Moreover, the AutoArrangement feature will rearrange the icons to keep them visible and in order everytime the Desktop is resized.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Reference
WebDesktopShortcutSettings ClassWebDesktopShortcutSettings Members