SplitView.HiddenDisplayMode property
[ HiddenDisplayMode is no longer available for use as of Windows Library for JavaScript (WinJS) 4.0. Instead, use closedDisplayMode (static). ]
HiddenDisplayMode (static) is no longer available, Instead, use ClosedDisplayMode (static). (Static property) Gets an enumeration that represents the display modes of a hidden pane.
Syntax
mySplitView.HiddenDisplayMode = WinJS.UI.SplitView.HiddenDisplayMode.inline -or- mySplitView.HiddenDisplayMode = WinJS.UI.SplitView.HiddenDisplayMode.none
Property value
Type:
An enumeration with these values:
| Value | Condition |
|---|---|
|
The pane is partially visible. |
|
The pane is not visible. |
Requirements
|
Minimum WinJS version |
WinJS 4.0 |
|---|---|
|
Namespace |
WinJS.UI |
See also
Show: