GridLayout.groupInfo property

0 out of 9 rated this helpful - Rate this topic

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

Ui.js

See also

GridLayout
HTML ListView item templates sample

 

 

Build date: 12/5/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.