AppBar.forceLayout method
Forces the AppBar to update its layout. Use this function when the window did not change size, but the container of the AppBar changed size.
Syntax
WinJS.UI.AppBar.forceLayout();
Parameters
This method has no parameters.
Return value
This method does not return a value.
Requirements
|
Minimum WinJS version |
WinJS 4.0 |
|---|---|
|
Namespace |
WinJS.UI |
Show: