Version

AllowTileSizing Property

Gets/sets whether the user will be allowed to re-size tiles.
Syntax
'Declaration
 
Public Property AllowTileSizing As AllowTileSizing
public AllowTileSizing AllowTileSizing {get; set;}
Remarks

Note: the 'Synchronized' setting (the default) is ignored in maximized mode or if TileLayoutOrder is set to 'UseExplicitRowColumnOnTile'. Also, if TileLayoutOrder is set to 'HorizontalVariable' only the synchronized height will be used. Likewise, if it is set to 'VerticalVaraible' only the synchronized width will be used.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also