diff --git a/Xamarin.Forms.Platform.UAP/ListViewRenderer.cs b/Xamarin.Forms.Platform.UAP/ListViewRenderer.cs index 3d7f97019..2e45570ff 100644 --- a/Xamarin.Forms.Platform.UAP/ListViewRenderer.cs +++ b/Xamarin.Forms.Platform.UAP/ListViewRenderer.cs @@ -171,7 +171,7 @@ namespace Xamarin.Forms.Platform.UWP else if (e.PropertyName == ListView.ItemsSourceProperty.PropertyName) { ClearSizeEstimate(); - ((CollectionViewSource)List.DataContext).Source = Element.ItemsSource; + ReloadData(); } else if (e.PropertyName == Specifics.SelectionModeProperty.PropertyName) {