xamarin/Xamarin.Forms

ScrollView IsClippedToBounds="true" not rendering on Android with Forms 3.3, 3.4, 3.5, 3.6, 4.0

オープン

#4,455 opened on 2018/11/18

 (15 件のコメント) (1 件のリアクション) (0 人の担当者)C# (1,926 件のフォーク)batch import
3.3.0e/3 :clock3:help wantedi/regressioninactivep/Androidt/bug :bug:up-for-grabs

Repository metrics

Stars
 (5,644 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

My existing project has forms that basically look like this:

<StackLayout Orientation="Vertical" VerticalOptions="FillAndExpand"> <StackLayout ...> <ScrollView ... IsClippedToBounds="true"> <StackLayout ...> Bunch of controls </StackLayout> </ScrollView> </StackLayout> <StackLayout Orientation="Vertical" VerticalOptions="EndAndExpand"> Some buttons </StackLayout> </StackLLayout>

In Forms 3.2 everything works great but starting with Forms 3.3 the first scroll page renders but subsequent pages do not.

When setting IsClippedToBound off, the pages render but overlay the buttons.

This only applies to Android. My iOS and Windows 10 projects render correctly.

PS. I tried to indent the Xaml but it doesn't work.

コントリビューターガイド