FlipView.next method

Navigates to the next page.

Syntax

var boolean = flipView.next();

Parameters

This method has no parameters.

Return value

Type: Boolean

true if the FlipView begins navigating to the next page; false if the FlipView is already at the last item or is in the middle of another navigation animation.

Requirements

Minimum WinJS version

WinJS 3.0

Namespace

WinJS.UI

See also

FlipView