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.
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 |