EN
Dieser Inhalt ist in Ihrer Sprache leider nicht verfügbar. Im Folgenden finden Sie die englische Version.
ListView.swipeBehavior property
Gets or sets how the ListView reacts to the swipe gesture. The swipe gesture can select the swiped items or can have no effect on the current selection.
Syntax
<div data-win-control="WinJS.UI.ListView" data-win-options="{ swipeBehavior : 'value'}"> </div>
var swipeBehavior = listView.swipeBehavior;
listView.swipeBehavior = swipeBehavior;
Property value
Type: SwipeBehavior
One of the values defined by the SwipeBehavior enumeration.
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
WinJS.UI |
|
Library |
|
See also
Build date: 12/5/2012
