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 snapToStart #3065

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

ScrollView snapToStart #3065

chrisglein opened this issue Sep 4, 2019 · 1 comment

Comments

@chrisglein
Copy link
Member

chrisglein commented Sep 4, 2019

Split out from #2113
Use in conjunction with snapToOffsets. By default, the beginning of the list counts as a snap offset. Set snapToStart to false to disable this behavior and allow the list to scroll freely between its start and the first snapToOffsets offset. The default value is true.
Not directly supported by ScrollViewer. Can be implemented in conjunction with 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 this to the vNext Milestone 3 milestone Sep 4, 2019
@chrisglein chrisglein added API: Completion Area: ScrollView must-have p1 and removed Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) labels Sep 4, 2019
@marlenecota marlenecota changed the title snapToStart ScrollView snapToStart Oct 31, 2019
@ddalp ddalp self-assigned this Nov 1, 2019
@ddalp
Copy link
Contributor

ddalp commented Nov 1, 2019

Done.

@ddalp ddalp closed this as completed Nov 1, 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