Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/xamarin/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Scrollview Xamarin Forms 4.6中未显示滚动条_Xamarin_Xamarin.android - Fatal编程技术网

Scrollview Xamarin Forms 4.6中未显示滚动条

Scrollview Xamarin Forms 4.6中未显示滚动条,xamarin,xamarin.android,Xamarin,Xamarin.android,xamarin表单版本4.6中未显示滚动条 这是我的.xml代码 <ContentPage.Content> <ScrollView Orientation="Vertical" VerticalScrollBarVisibility="Always" IsClippedToBounds="True" Scrolled="ScrollView_Scrolled"> <StackLayout Orientation="Vertical" Ver

xamarin表单版本4.6中未显示滚动条

这是我的.xml代码

<ContentPage.Content>
    <ScrollView Orientation="Vertical" VerticalScrollBarVisibility="Always" IsClippedToBounds="True" Scrolled="ScrollView_Scrolled">
        <StackLayout Orientation="Vertical" VerticalOptions="StartAndExpand" Padding="30,0,30,0">
            <Image HorizontalOptions="Center" WidthRequest="300" Source="change_password_image.png" Margin="0,40,0,40" />

            <local:CustomEntry x:Name="txtCurrentPassword" Placeholder="Current Password" TextColor = "White" ReturnType="Next" Keyboard="Text" IsPassword="True" 
               Margin="0,0,0,10"
               WidthRequest="100"
               HeightRequest = "50"  
               PlaceholderColor = "White" 
               BackgroundColor="#c9c9c9"
               HorizontalOptions="FillAndExpand"
               FontSize="20"
               />

        </StackLayout>
    </ScrollView>
</ContentPage.Content>`

`

我测试了xamarin forms 4.6,得到了与您相同的结果,我将我的版本转换为4.4,正常工作。请在github中报告此问题。谢谢。我已经发布了此问题,但仍然没有回应。此问题在3天前添加到xamarin forms 4.6中的待办事项列表中,请参考此github链接我测试了xamarin forms 4.6,我得到了与您相同的结果,我将我的版本转换为4.4,一切正常。请在github中报告此问题。谢谢。我已经发布了此问题,但仍然没有回应。此问题在3天前添加到xamarin forms 4.6中的待办事项列表中,请参考此github链接