EN
Dieser Inhalt ist in Ihrer Sprache leider nicht verfügbar. Im Folgenden finden Sie die englische Version.
0 von 1 fanden dies hilfreich - Dieses Thema bewerten.

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

Ui.js

See also

ListView
HTML ListView customizing interactivity sample

 

 

Build date: 12/5/2012

© 2013 Microsoft. Alle Rechte vorbehalten.