diff --git a/Xamarin.Forms.Core/Cells/ViewCell.cs b/Xamarin.Forms.Core/Cells/ViewCell.cs index 1ed35c9da7b..0e52034832c 100644 --- a/Xamarin.Forms.Core/Cells/ViewCell.cs +++ b/Xamarin.Forms.Core/Cells/ViewCell.cs @@ -38,7 +38,7 @@ public View View { _logicalChildren = null; } - + ForceUpdateSize(); OnPropertyChanged(); } }