From 4fa312d94795ee237e058f27070f3ed9e3f5a888 Mon Sep 17 00:00:00 2001 From: Stephane Delcroix Date: Fri, 16 Aug 2019 00:41:06 +0200 Subject: [PATCH] [C] force update size on View updated (#6936) --- Xamarin.Forms.Core/Cells/ViewCell.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xamarin.Forms.Core/Cells/ViewCell.cs b/Xamarin.Forms.Core/Cells/ViewCell.cs index 1ed35c9..0e52034 100644 --- a/Xamarin.Forms.Core/Cells/ViewCell.cs +++ b/Xamarin.Forms.Core/Cells/ViewCell.cs @@ -38,7 +38,7 @@ namespace Xamarin.Forms { _logicalChildren = null; } - + ForceUpdateSize(); OnPropertyChanged(); } } -- 2.7.4