Esempio n. 1
0
        private void AddItems(int firstItem, int count, int section)
        {
            NativePanel?.InsertItems(GetIndexPathsFromStartAndCount(firstItem, count, section));

            ManagedVirtualizingPanel?.GetLayouter().AddItems(firstItem, count, section);
        }
Esempio n. 2
0
 private void AddItems(int firstItem, int count, int section)
 {
     NativePanel?.InsertItems(GetIndexPathsFromStartAndCount(firstItem, count, section));
 }