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 |