[C] force update size on View updated (#6936)
authorStephane Delcroix <stephane@delcroix.org>
Thu, 15 Aug 2019 22:41:06 +0000 (00:41 +0200)
committerSamantha Houts <samhouts@users.noreply.github.com>
Thu, 15 Aug 2019 22:41:06 +0000 (15:41 -0700)
Xamarin.Forms.Core/Cells/ViewCell.cs

index 1ed35c9..0e52034 100644 (file)
@@ -38,7 +38,7 @@ namespace Xamarin.Forms
                                {
                                        _logicalChildren = null;
                                }
-
+                               ForceUpdateSize();
                                OnPropertyChanged();
                        }
                }