WinJS.UI.CellSpanningLayout constructor

Creates a new CellSpanningLayout.
Syntax
var cellSpanningLayout = new WinJS.UI.CellSpanningLayout(options);
Parameters
- options
-
Type: Object
An object that contains one or more property/value pairs to apply to the new CellSpanningLayout. 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
Show: