Описание тега scroll-paging
An implementation for a Scroll-View by providing the ability to snap into predefined frames. Either vertical or horizontal snapping (even both possible)
The goal is to achieve an user experience like page flipping. The whole currently visible area
will be pushed outside the screen until it snaps to the next frame - perfectly aligned after the end of the last frame.
It is not possible to center the Scroll-View
content between two "pages". When the user release the touch or click gesture the content will scroll either to the previous or the next page.
One thing to mention is that a Scroll-View
can have paging enabled in one direction or both (horizontal
and vertical
).