summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.MacOS
diff options
context:
space:
mode:
authorMarko B. Ludolph <MarkoBL@users.noreply.github.com>2017-10-02 19:28:37 +0200
committerKangho Hur <kangho.hur@samsung.com>2017-10-23 13:33:58 +0900
commit4d436f71bc9dece7abce4501747eae4292b676bf (patch)
treec0f8fd2a8626fa6d9bcab4ed74e6bd87a452786b /Xamarin.Forms.Platform.MacOS
parent3ce94fcf6515f68d29786bef9aad4e0e729d088f (diff)
downloadxamarin-forms-4d436f71bc9dece7abce4501747eae4292b676bf.tar.gz
xamarin-forms-4d436f71bc9dece7abce4501747eae4292b676bf.tar.bz2
xamarin-forms-4d436f71bc9dece7abce4501747eae4292b676bf.zip
[macOS] ScrollView Resize Fix (#1170)
Diffstat (limited to 'Xamarin.Forms.Platform.MacOS')
-rw-r--r--Xamarin.Forms.Platform.MacOS/Renderers/ScrollViewRenderer.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Xamarin.Forms.Platform.MacOS/Renderers/ScrollViewRenderer.cs b/Xamarin.Forms.Platform.MacOS/Renderers/ScrollViewRenderer.cs
index ee3af812..42cbec13 100644
--- a/Xamarin.Forms.Platform.MacOS/Renderers/ScrollViewRenderer.cs
+++ b/Xamarin.Forms.Platform.MacOS/Renderers/ScrollViewRenderer.cs
@@ -195,7 +195,6 @@ namespace Xamarin.Forms.Platform.MacOS
return;
ContentView.Frame = new RectangleF(ContentView.Frame.X, ContentView.Frame.Y, Frame.Width, Frame.Height);
- ResetNativeNonScroll();
}
private bool ResetNativeNonScroll( )