-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
CarouselView SnapPointsType not working on Windows #6356
Comments
Verified this issue with Visual Studio Enterprise 17.3.0 Preview 1.0 [32427.455.main]. Repro on Windows with above project. |
Still an issue on 6.0.300-rc.4.5681 |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
@samhouts @mattleibow Still not working after 5 months... When will this (or Windows as a whole for that matter) get some love? Seems to me it's lacking the attention that it needs. 🤨 |
Verified this issue with Visual Studio Enterprise 17.7.0 Preview 1.0. Can repro on Windows Platform with sample project. CarouselViewPositionBug.zip |
Any news on this? |
Imagine 741 days after this issue was reported, no fix or movement of any kind. #justiceforwindows |
We suffer from the same issue. |
Description
When setting
SnapPointsType
toMandatorySingle
on aCarouselView
, it won't snap / stop on the next or previous item.When setting it to
Mandatory
, I also can't detect changes in its behaviour.I suspect because of this, the
SnapPointsAlignment
property also doesn't work.MauiCarouselViewBug.mp4
Steps to Reproduce
Make sure you have a touchscreen available (due to Cannot swipe on Windows (with mouse) #6152)
Download this repro project
CarouselViewPositionBug.zip
Start debugging in Windows.
open
MainPage.xaml
and CTRL+F forItemSwiper
.Play around with the
SnapPointsType
and/or theSnapPointsAlignment
property, you'll see that nothing really changes.Version with bug
Release Candidate 1 (current)
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
Windows latest
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: