private void RemoveItems(int firstItem, int count, int section) { NativePanel?.DeleteItems(GetIndexPathsFromStartAndCount(firstItem, count, section)); ManagedVirtualizingPanel?.GetLayouter().RemoveItems(firstItem, count, section); }
private void RemoveItems(int firstItem, int count, int section) { NativePanel?.DeleteItems(GetIndexPathsFromStartAndCount(firstItem, count, section)); }