Version

TileLayoutOrder Enumeration

Determines how the tiles will be laid out in normal mode
Syntax
'Declaration
 
Public Enum TileLayoutOrder 
   Inherits System.Enum
public enum TileLayoutOrder : System.Enum 
Members
MemberDescription
HorizontalPosition tiles one after another from left to right to fill all available columns then move to the next row in a snaking fashion to form uniform rows and columns.
HorizontalVariablePosition tiles one after another from left to right to fill all available space horizontally then move to the next row in a snaking fashion supporting variable width tiles so that each row can have a different number of tiles.
UseExplicitRowColumnOnTilePosition tiles based on their explicit Row, RowSpan, Column, and ColumnSpan settings.
VerticalPosition tiles one after another from top to bottom to fill all available space vertically then move to the next column in a snaking fashion to form uniform rows and columns.
VerticalVariablePosition tiles one after another from top to bottom to fill all available space vertically then move to the next column in a snaking fashion supporting variable height tiles so that each column can have a different number of tiles.
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