Is it possible to stop the first Entry getting Focus in a ScrollView in Xamarin Forms
问题 In my application I have the following situation: <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:conv="clr-namespace:NumericTextBoxTest.Converters;assembly=NumericTextBoxTest" xmlns:numericTextBox="clr-namespace:Syncfusion.SfNumericTextBox.XForms;assembly=Syncfusion.SfNumericTextBox.XForms" x:Class="NumericTextBoxTest.MainPage"> <ScrollView> <StackLayout> <Entry/> <Entry/> <Entry/> <Entry/> <Entry/> <Entry/> <Entry/>