Gets or sets a function that enables cell-spanning and establishes base cell dimensions.
Syntax
var groupInfo = gridLayout.groupInfo;
gridLayout.groupInfo = groupInfo;
Property value
Type: Function
A function that returns an object that contains these properties:
- enableCellSpanning
-
Set to true to allow the ListView to contain items of multiple sizes (items that span multiple cells).
- cellWidth
-
The width of the base cell.
- cellHeight
-
The height of the base cell.
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
WinJS.UI |
|
Library |
|
See also
Build date: 12/5/2012