Visual Studio Code – Keep subview aligned to top on .NET MAUI ScrollView [iOS issue]
I have a VerticalStackLayout inside a ScrollView. Some items inside the VerticalStackLayout are shown/hidden dynamically at runtime. I noticed that, on iOS, the VerticalStackLayout is shifted down (it's Y position changes) inside the ScrollView when it has been scrolled and…