ItemContainer.forceLayout method

Forces the ItemContainer to update its layout. Call this function when the reading direction of the app changes after the control has been initialized.

Syntax

itemContainer.forceLayout();

Parameters

This method has no parameters.

Return value

This method does not return a value.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

ItemContainer