SplitView.hidden property
[hidden is no longer available for use as of Windows Library for JavaScript (WinJS) 4.0. Instead, use paneOpened. ]
hidden is no longer available. Instead, use paneOpened. Gets or sets whether the pane is hidden or shown.
Syntax
<div
data-win-control="WinJS.UI.SplitView"
data-win-options="{ hidden : value}">
</div>
var hidden = splitView.hidden;
splitView.hidden = hidden;
Property value
Type: Boolean
true if the pane is hidden; false if the pane is showing.
Remarks
The hidden property is also no longer available. Instead, use paneOpened.
Requirements
Minimum WinJS version |
WinJS 4.0 |
Namespace |
WinJS.UI |