SplitView.shownDisplayMode property
[This documentation is preliminary and is subject to change.]
Gets or sets how the SplitView displays the expanded pane.
Syntax
<div data-win-control="WinJS.UI.SplitView" data-win-options="{ shownDisplayMode : value}"> </div>
var shownDisplayMode = splitView.shownDisplayMode;
splitView.shownDisplayMode = shownDisplayMode;
Property value
Type: WinJS.UI.SplitView.shownDisplayMode
One of the values of the WinJS.UI.SplitView.shownDisplayMode enumeration:
| Value | Condition |
|---|---|
|
The SplitView allocates layout space for the pane and displays it side-by-side with the content area. | |
|
The pane overlays the content area. The SplitView does not allocate layout space for the pane. This is the default value. |
Requirements
|
Namespace |
WinJS.UI |
|---|---|
|
Library |
|
See also