Version

MinimizedTileExpansionMode Enumeration

Determines how many tiles may be expanded in the XamTileManager when they are minimized
Syntax
'Declaration
 
Public Enum MinimizedTileExpansionMode 
   Inherits System.Enum
public enum MinimizedTileExpansionMode : System.Enum 
Members
MemberDescription
AllowMultipleAny number of minimized tiles can be expanded (i.e. in the 'MinimizedExpanded' state) and when a tile is initially shown in the minimized tile area its state will be 'Minimized'.
AllowMultipleExpandAllInitiallyAny number of minimized tiles can be expanded (i.e. in the 'MinimizedExpanded' state) and when a tile is initially shown in the minimized tile area its state will be 'MinimizedExpanded'. This is the default setting.
AllowOneOnly one minimized tile can be expanded at any time (i.e. expanding another tile will restore the existing one's state to 'Minimized').
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