This repository was archived by the owner on May 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Bug] [Android] CollectionView has incorrect VerticalOffset after using ScrollTo method #10966
Labels
Comments
@InquisitorJax What version of Xamarin.Forms are you using?, could you attach the reproduction sample? |
latest |
Same here. Any workarounds? |
Have the same problem |
Same here. Any workarounds? |
This solution solved issue for me. At least for now. Need more testing.
All code is identical to xamarin side except i removed call to base and always calculate _verticalOffset from recyclerView
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
After calling ItemsCollectionView.ScrollTo(0, animate: false) on Android, the collectionview will report the incorrect VerticalOffset on the scrolled event
Steps to Reproduce
This works as expected on iOS.
Expected Behavior
Actual Behavior
Basic Information
Screenshots
The text was updated successfully, but these errors were encountered: