GridLayout.groupHeaderPosition property

This topic has not yet been rated - Rate this topic

Gets or sets the position of group headers.

Syntax


var groupHeaderPosition = gridLayout.groupHeaderPosition;
gridLayout.groupHeaderPosition = groupHeaderPosition;

Property value

Type: String

A string value that specifies the position of the group header relative to the items in the group. The default value is "top". This property can only be set once. To switch to a different groupHeaderPosition, you must create a new GridLayout object.

ValueCondition
"left"

Headers appear to the left of their items.

"top"

Headers appear above their items. This is the default value.

 

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

 

 

Build date: 12/5/2012

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