Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WinJS.UI.SwipeBehavior enumeration

Applies to Windows only

Specifies whether elements are selected when the user performs a swipe interaction.

Syntax


var WinJS.UI.SwipeBehavior = {
  select : "select", 
  none : "none"
}

Members

The SwipeBehavior enumeration has these members.

MemberValueDescription
select"select"

The swipe interaction selects the elements touched by the swipe.

none"none"

The swipe interaction does not change which elements are selected.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

Quickstart: Adding a ListView
ListView.swipeBehavior

 

 

Show: