Exemplo n.º 1
0
        private void RemoveItems(int firstItem, int count, int section)
        {
            NativePanel?.DeleteItems(GetIndexPathsFromStartAndCount(firstItem, count, section));

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