diff --git a/VirtualListView/Apple/VirtualListViewHandler.ios.maccatalyst.cs b/VirtualListView/Apple/VirtualListViewHandler.ios.maccatalyst.cs index 1221095..595d348 100644 --- a/VirtualListView/Apple/VirtualListViewHandler.ios.maccatalyst.cs +++ b/VirtualListView/Apple/VirtualListViewHandler.ios.maccatalyst.cs @@ -235,13 +235,13 @@ void UpdateEmptyView() public void InvalidateData() { this.PlatformView.InvokeOnMainThread(() => { - layout?.InvalidateLayout(); + //layout?.InvalidateLayout(); UpdateEmptyViewVisibility(); - PlatformView?.SetNeedsLayout(); + //PlatformView?.SetNeedsLayout(); PlatformView?.ReloadData(); - PlatformView?.LayoutIfNeeded(); + //PlatformView?.LayoutIfNeeded(); }); }