SplitView.ShownDisplayMode property

[ ShownDisplayMode (static) is no longer available for use as of Windows Library for JavaScript (WinJS) 4.0. Instead, use openedDisplayMode (static). ]

ShownDisplayMode (static) is no longer available. Instead, use openedDisplayMode (static). (Static property) Gets an enumeration that represents the display modes of a pane that is being shown.

Syntax

mySplitView.ShownDisplayMode = WinJS.UI.SplitView.ShownDisplayMode.inline
-or-
mySplitView.ShownDisplayMode = WinJS.UI.SplitView.ShownDisplayMode.overlay

Property value

Type: Enum

An enumeration that contains these values:

Value Condition
SplitView.ShownDisplayMode.inline

The SplitView allocates layout space for the pane and displays it side-by-side with the content area.

SplitView.ShownDisplayMode.overlay

The pane overlays the content area. The SplitView does not allocate layout space for the pane.

 

Requirements

Minimum WinJS version

WinJS 4.0

Namespace

WinJS.UI

See also

SplitView