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.
FlipView.previous method

Navigates to the previous item.
Syntax
var boolean = flipView.previous();
Parameters
This method has no parameters.
Return value
Type: Boolean
true if the FlipView begins navigating to the previous page; false if the FlipView is already at the first page or is in the middle of another navigation animation.
Requirements
|
Minimum WinJS version |
WinJS 3.0 |
|---|---|
|
Namespace |
WinJS.UI |
See also
Show: