From 7483a995854d1f39443541314f34e27bb9fee144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Su=C3=A1rez?= Date: Thu, 10 Sep 2020 14:05:40 +0200 Subject: [PATCH] Fixed ScrollView Visibility on Android (#10659) fixes #8015 fixes #9103 Co-authored-by: Samantha Houts --- .../GalleryPages/ScrollGallery.cs | 154 ++++++++++-------- .../Renderers/ScrollViewRenderer.cs | 4 +- .../Resources/values/attrs.xml | 4 + .../Resources/values/styles.xml | 9 +- 4 files changed, 97 insertions(+), 74 deletions(-) diff --git a/Xamarin.Forms.Controls/GalleryPages/ScrollGallery.cs b/Xamarin.Forms.Controls/GalleryPages/ScrollGallery.cs index 2416317dc..380e53eea 100644 --- a/Xamarin.Forms.Controls/GalleryPages/ScrollGallery.cs +++ b/Xamarin.Forms.Controls/GalleryPages/ScrollGallery.cs @@ -11,112 +11,121 @@ namespace Xamarin.Forms.Controls readonly ScrollView _scrollview; readonly StackLayout _stack; ScrollOrientation _orientation; - List