Version

MaximizedTileLayoutOrder Enumeration

Determines how the maximized tiles will be arranged.
Syntax
'Declaration
 
Public Enum MaximizedTileLayoutOrder 
   Inherits System.Enum
public enum MaximizedTileLayoutOrder : System.Enum 
Members
MemberDescription
HorizontalArrange maximized tiles one after another from left to right to fill all available columns then move to the next row below in a snaking fashion.
HorizontalWithLastTileFillArrange maximized tiles one after another from left to right to fill all available columns then move to the next row below in a snaking fashion. If the resulting number of rows times columns doesn't exactly match the number of maximized tiles then the last tile will span any remaining columns in order to fill up all the avaialble space in the maximized area.
SingleColumnArrange maximized maxmized tiles vertically, one on top of the other.
SingleRowArrange maximized maxmized tiles horizontally, left to right.
VerticalArrange maximized tiles one after another from top to bottom to fill all available space then move to the next column in a snaking fashion.
VerticalWithLastTileFillArrange maximized tiles one after another from top to bottom to fill all available space then move to the next column in a snaking fashion. If the resulting number of rows times columns doesn't exactly match the number of maximized tiles then the last tile will span any remaining rows in order to fill up all the avaialble space in the maximized area.
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