maui
maui copied to clipboard
Fixes endless loop of HorizontalScroll
Description of Change
I know PR #22347 has fixed #20684. But,I am still searching for the root cause of the problem. I printed the log and saw that the height was constantly being changed to completely different values. I think MauiScrollView.OnLayout is where the modifications should be made.
Change \src\Core\src\Platform\Android\MauiScrollView.cs
Log: https://github.com/dotnet/maui/pull/22566#issuecomment-2128358252
Issues Fixed
Fixes #20684
Hey there @BaY1251! Thank you so much for your PR! Someone from the team will get assigned to your PR shortly and we'll get it reviewed.
/azp run
Azure Pipelines successfully started running 3 pipeline(s).
Fixed by PR https://github.com/dotnet/maui/pull/22347