Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ScrollView pagingEnabled #3072

Closed
chrisglein opened this issue Sep 4, 2019 · 1 comment
Closed

ScrollView pagingEnabled #3072

chrisglein opened this issue Sep 4, 2019 · 1 comment

Comments

@chrisglein
Copy link
Member

Split out from #2113
When true, the scroll view stops on multiples of the scroll view's size when scrolling. This can be used for horizontal pagination. The default value is false.
Not directly supported by ScrollViewer. Can be implemented by adding snap points (Win 8) to the child of the ScrollViewer

@ghost ghost added the Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) label Sep 4, 2019
@chrisglein chrisglein added API: Completion Area: ScrollView nice-to-have p3 and removed Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) labels Sep 4, 2019
@chrisglein chrisglein added this to the vNext Milestone 4 milestone Sep 4, 2019
@marlenecota marlenecota changed the title pagingEnabled ScrollView pagingEnabled Oct 31, 2019
@ddalp ddalp self-assigned this Nov 20, 2019
@ddalp
Copy link
Contributor

ddalp commented Nov 25, 2019

Change checked in.

@ddalp ddalp closed this as completed Nov 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants