コード例 #1
0
ファイル: ListViewBase.iOS.cs プロジェクト: unoplatform/uno
        private void RemoveItems(int firstItem, int count, int section)
        {
            NativePanel?.DeleteItems(GetIndexPathsFromStartAndCount(firstItem, count, section));

            ManagedVirtualizingPanel?.GetLayouter().RemoveItems(firstItem, count, section);
        }
コード例 #2
0
 private void RemoveItems(int firstItem, int count, int section)
 {
     NativePanel?.DeleteItems(GetIndexPathsFromStartAndCount(firstItem, count, section));
 }