ListView.swipeBehavior property

0 out of 1 rated this helpful - Rate this topic

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.