ScrollToPageEvent Class

Occurs when the ScrollView locks on a page and scrolls to it.

Useful for doing animations after a page was found and selected.

If buttons are used for navigation, this event occurs on Prev/Next button tap.

If scrolling with FAScrollSnapBehaviour.snapToFirst set to true, this occurs as soon as the dragging end.

If scrolling with FAScrollSnapBehaviour.snapToFirst set to false, this occurs after the scroll speed is slowed enough so it locks to a page.

public class ScrollToPageEvent
This language is not supported or no code example is available.

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition