The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WinJS.UI.HeaderPosition enumeration

Specifies the position of group headers relative to their items in a ListView.
Syntax
var WinJS.UI.HeaderPosition = { left : "left", top : "top" }
Members
The HeaderPosition enumeration has these members.
| Member | Value | Description |
|---|---|---|
| left | "left" |
Group headers appear to the left of items. |
| top | "top" |
Group headers appear above items. |
Requirements
|
Minimum WinJS version |
WinJS 3.0 |
|---|---|
|
Namespace |
WinJS.UI |
Show: