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.
ListView.groupHeaderTapBehavior property

Gets or sets how the ListView reacts when the user taps or clicks a group header.
Syntax
<div data-win-control="WinJS.UI.ListView" data-win-options="{ groupHeaderTapBehavior : value}" > </div>
var groupHeaderTapBehavior = listView.groupHeaderTapBehavior;
listView.groupHeaderTapBehavior = groupHeaderTapBehavior;
Property value
Type: GroupHeaderTapBehavior
One of the values defined by the GroupHeaderTapBehavior enumeration. The default value is invoke.
Requirements
|
Minimum WinJS version |
WinJS 3.0 |
|---|---|
|
Namespace |
WinJS.UI |
See also
Show: