Skip to content
Discussion options

You must be logged in to vote

Indeed, it seems there is a particular problem on native-android, where changing the size of the ListView would cause it to scroll up a bit each time. And, that seem to cause this problem for you. I will create an issue to track this: #21039

That said, there is a simple workaround for you, you can use the ScrollViewerViewChangedEventArgs.IsIntermediate from the ScrollViewer::ViewChanged event to isolate manually scrolling vs scrolling caused by resizing.

In your event handler, use a parameter of type ScrollViewerViewChangedEventArgs for the second parameter of your handler method. ScrollViewerViewChangedEventArgs includes the IsIntermediate property, which reports whether the manipulatio…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Zerachiel01
Comment options

Answer selected by Zerachiel01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants