ScrollToAsync is not working in Xamarin.Forms
问题 I have a simple screen example trying to implement the ScrollToAsync function. I can't get the function to scroll at all. My XAML: <?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="MyApp.ItemList"> <ContentPage.Content> <ScrollView x:Name="myScroll"> <StackLayout> <Label Text="Welcome to Xamarin.Forms!" /> <Label Text="Welcome to Xamarin.Forms!" /> <Label Text="Welcome to Xamarin