Pivot.forceLayout method

Forces a relayout of the Pivot contents.

Syntax

pivot.forceLayout();

Parameters

This method has no parameters.

Return value

This method does not return a value.

Remarks

Forces the control to relayout its content. This function is expected to be called when the pivot element is manually resized.

Requirements

Minimum WinJS version

Phone WinJS 2.1

Namespace

WinJS.UI

See also

Pivot