当用户关注 Xamarin.Form 键盘中的条目控件打开但查看滚动时,设计看起来很丑。所以请帮助我。我已经把图像在 android 设备中打开键盘时如何显示屏幕。我在下面给出的代码
<StackLayout Grid.Row="1">
<StackLayout Padding="20,10,20,20" >
<Entry x:Name="Txtusername" Placeholder="Name"/>
<Entry x:Name="TxtPass"
IsPassword="True"
Placeholder="Password" />
<StackLayout Padding="0,10">
<Button x:Name="BtnSign"
BackgroundColor="#FFFFCB04"
BorderColor="#FFFFCB04"
Clicked="BtnSignInClicked"
Text="Sign In"
TextColor="Black" />
</StackLayout>
</StackLayout>
</StackLayout>