-
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
[Windows] Fix for ListView ScrollTo Method throws NullReferenceException #26385
Conversation
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we rebase and reenable the tests from the other prs
https://github.com/dotnet/maui/pull/26367/files#diff-ddeee3ee10f01134abc383c69a74dc4a65b5e8cbfa6dd682ceeb34734c6bdd6bR1
/rebase |
9cc830a
to
cc96492
Compare
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
@rmarinho, I have reenabled the test cases. |
Root Cause of the issue
Description of Change
Test Case
Reference
https://github.com/xamarin/Xamarin.Forms/blob/5.0.0/Xamarin.Forms.Platform.WPF/Renderers/ListViewRenderer.cs#L427
Issues Fixed
Fixes #26345
Tested the behaviour in the following platforms
Screenshot
WithException.mp4
FixVideoofListView.mp4