You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
When calling the ScrollTo method on CollectionView some views seem to dissapear - only tested on android. This seems to be random and doesnt occur all the time.
Basic Information
Version with issue:
Last known good version:
IDE: Visual Studio 2019 Community Version 16.1.5
Platform Target Frameworks:
iOS: Untested
Android: compile v9.0
UWP: Untested.
Xamarin Forms Version: 4.1.0.555618
Screenshots
I scroll down and up then click the 'Click to scroll' to call the ScrollTo method which scrolls right down and youl notice that some views in the last item dont display correctly and also scrolling back up the first row also.
I confirm the issue.
This seems to only occur when in landscape.
And is can be trigerred by manuel scroll too.
My guess is that the issue was the same as #6355 or #5838.
So I cherry picked the change in PR #6390 and after that impossible to reproduce it.
So it's confirm that it's not directly a collection view problem but a layout recycling problem, which is fixed by #6390.
I am also facing this issue when can we have an update to fix this issue it's really slowing down my app release also this issue arising even when user scroll by interaction not using scrollTo method thanks.
Scroll down and up really fast and you will find it
LeoJHarris
changed the title
CollectionView ScrollTo causing some Views to Disappear
CollectionView Scrolling causing some Views to Disappear
Jul 4, 2019
When calling the ScrollTo method on CollectionView some views seem to dissapear - only tested on android. This seems to be random and doesnt occur all the time.
Basic Information
Screenshots
I scroll down and up then click the 'Click to scroll' to call the ScrollTo method which scrolls right down and youl notice that some views in the last item dont display correctly and also scrolling back up the first row also.
Reproduction Link
Sample.zip
The text was updated successfully, but these errors were encountered: