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