SplitView.panePlacement property

Gets or sets the location of the pane.
Syntax
<div data-win-control="WinJS.UI.SplitView" data-win-options="{ panePlacement : value}"> </div>
var panePlacement = splitView.panePlacement;
splitView.panePlacement = panePlacement;
Property value
Type: WinJS.UI.SplitView.PanePlacement
One of the WinJS.UI.SplitView.PanePlacement enumeration values:
| Value | Condition |
|---|---|
|
Display the pane on the left. This is the default value. | |
|
Display the pane on the right. | |
|
Display the pane on the top. | |
|
Display the pane on the bottom. |
Requirements
|
Minimum WinJS version |
WinJS 4.0 |
|---|---|
|
Namespace |
WinJS.UI |
See also
Show: