Represents a layout for the ListView in which items are arranged in a grid and items can span multiple grid cells.
Creates a new CellSpanningLayout.
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".
Gets or sets the position of group headers relative to their items.
Gets or sets a function that enables cell-spanning and establishes base cell dimensions.
Gets or sets a function that returns the width and height of an item, as well as whether it should appear in a new column. Setting this function improves performance because the ListView can allocate space for an item without having to measure it first.
Gets or set the maximum number of rows or columns, depending on the orientation, to display before content begins to wrap.
This API supports the Windows Library for JavaScript infrastructure and is not intended to be used directly from your code.
Gets the orientation of the CellSpanningLayout. For a CellSpanningLayout, this property always returns Orientation.horizontal.
This API supports the WinJS infrastructure and is not intended to be used directly from your code.
This API supports the WinJS infrastructure and is not intended to be used directly from your code.
This API supports the WinJS infrastructure and is not intended to be used directly from your code.
This API supports the WinJS infrastructure and is not intended to be used directly from your code.
An object that describes the current item. It has these properties: index, type.
The key that was pressed.
any
An object that describes the next item that should receive focus. It has these properties: index, type.
This API supports the WinJS infrastructure and is not intended to be used directly from your code.
The x-coordinate, or the horizontal position on the screen.
The y-coordinate, or the vertical position on the screen.
This API supports the WinJS infrastructure and is not intended to be used directly from your code.
The rendering site for the layout.
Set to true if this layout supports groups; set to false if it does not.
This API supports the WinJS infrastructure and is not intended to be used directly from your code.
The first pixel the range of items falls between.
The last pixel the range of items falls between.
This API supports the WinJS infrastructure and is not intended to be used directly from your code.
This API supports the WinJS infrastructure and is not intended to be used directly from your code.
This API supports the WinJS infrastructure and is not intended to be used directly from your code.