WinJS.UI.ListLayout constructor

Creates a new ListLayout.

Syntax

var listLayout = new WinJS.UI.ListLayout(options);

Parameters

  • options
    Type: Object

    An object that contains one or more property/value pairs to apply to the new ListLayout. Each property of the options object corresponds to one of the object's properties or events. Event names must begin with "on".

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

ListLayout