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
CollectionView’s programmatic ScrollTo does not work when using a horizontalLayout on iOS/MacCatalyst. After calling
ScrollTo(index, position: ScrollToPosition.Start, animate: true), the scroll position remains unchanged.
This issue affects only the CollectionView2 (CV2) handler; CollectionView1 (CV1) works correctly.
Description
CollectionView’s programmatic ScrollTo does not work when using a horizontalLayout on iOS/MacCatalyst. After calling
ScrollTo(index, position: ScrollToPosition.Start, animate: true), the scroll position remains unchanged.
This issue affects only the CollectionView2 (CV2) handler; CollectionView1 (CV1) works correctly.
Steps to Reproduce
Horizontal-scroll-issue.mov
CollectionView.zip
Link to public reproduction project repository
No response
Version with bug
10.0.30
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS, macOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output