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.
| Value | Condition |
|---|---|
|
Headers appear to the left of their items. |
|
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 |
|
See also
Build date: 12/5/2012