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

Is IScrollSnapPointsInfo expected to work with ScrollView? #9585

Open
jumhyn-browser opened this issue Apr 25, 2024 · 0 comments
Open

Is IScrollSnapPointsInfo expected to work with ScrollView? #9585

jumhyn-browser opened this issue Apr 25, 2024 · 0 comments
Labels
area-Scrolling bug Something isn't working team-Controls Issue for the Controls team

Comments

@jumhyn-browser
Copy link

Describe the bug

Creating a ScrollView which wraps e.g. a StackPanel does not appear to respect snap points, and doesn't have the same APIs available. Weirdly, the ScrollTo method does accept a parameter which purports to use snap point knowledge, but interaction-based scrolling doesn't appear to use them.

Is this on the roadmap for future support? Or is there an API I'm missing?

Steps to reproduce the bug

  1. Wrap a StackPanel with content in a ScrollViewer (and set appropriate snap point mode)
  2. Observe snap points respected
  3. Change ScrollViewer to a ScrollView (remove snap point mode setting since the API doesn't exist)
  4. Observe snap points not respected

Expected behavior

No response

Screenshots

No response

NuGet package version

None

Windows version

No response

Additional context

No response

@jumhyn-browser jumhyn-browser added the bug Something isn't working label Apr 25, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the needs-triage Issue needs to be triaged by the area owners label Apr 25, 2024
@codendone codendone added area-Scrolling team-Controls Issue for the Controls team and removed needs-triage Issue needs to be triaged by the area owners labels Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Scrolling bug Something isn't working team-Controls Issue for the Controls team
Projects
None yet
Development

No branches or pull requests

2 participants