WinJS.UI.GridLayout constructor

Creates a new GridLayout object.

Syntax

var gridLayout = new WinJS.UI.GridLayout(options);

Parameters

  • options [optional]
    Type: Object

    The set of properties and values to apply to the new GridLayout.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

GridLayout