[iOS] Fixed the ScrollView sizing issue that occurred in version 9.0.30#27283
[iOS] Fixed the ScrollView sizing issue that occurred in version 9.0.30#27283Tamilarasan-Paranthaman wants to merge 3 commits intodotnet:mainfrom
Conversation
|
@Tamilarasan-Paranthaman the scroll view can't be the source of the issue. |
|
Shouldn't those kind of issues be take care of by the MAUI team ? |
|
@dartasen if only this was a real bug... while IMHO it is exactly a "fix on basic controls" :) |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
|
|
||
| if (scrollView.PresentedContent is { } content) | ||
| { | ||
| var contentContainer = new ContentView() |
There was a problem hiding this comment.
How do we know if want a ContentView or a GeneralWrapperView ? Woudln't the second one handle the layout better?
@dartasen lol, in the end this was a real regression, I'm sorry! I created a simpler fix within #27298. |
|
Closed in favor of #27298 |
Thank's for figuring out :) |

Root Cause of the Issue
UIScrollView, resulting in the observed sizing problem.Regressed PR
Description of Change
Issues Fixed
Fixes #27169
Tested the behaviour in the following platforms
Screenshot
BeforeFix.mov
AfterFix.mov