-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Items are stuck to the CollectionView when there is ItemSpacing #8422
Comments
can see this issue on android 11, seems on android 12, it works fine. |
@kristinx0211 There seems to be the same issue on android 12 too but it's not easily visible as in 11 because of the change in animation. In android 11 there is that ripple effect but on 12 instead of ripple, there is elastic effect. The scroll feels like it has reached the end but in reality it can be scrolled further... Please check :) |
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. |
Hi! Here's a fix #27093 |
This bug is related to: #24511 |
Description
The items are stuck to the sides of the CollectionView, preventing to see the other items when there is an assignment to ItemSpacing.
Steps to Reproduce
1.- Create a new .NET MAUI project.
2.- Remove the default code.
3.- In the xaml file:
Scroll the collection to the right, and view the problem..
Version with bug
6.0.400 (current)
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 10
Did you find any workaround?
No.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: