From: Stephane Delcroix Date: Thu, 15 Aug 2019 22:41:06 +0000 (+0200) Subject: [C] force update size on View updated (#6936) X-Git-Tag: accepted/tizen/5.5/unified/20200421.150457~232^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4fa312d94795ee237e058f27070f3ed9e3f5a888;p=platform%2Fcore%2Fcsapi%2Fxsf.git [C] force update size on View updated (#6936) --- 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(); } }