Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |