Esempio n. 1
0
 partial void NativeReplaceItems(int firstItem, int count, int section)
 {
     NativePanel?.ReloadItems(GetIndexPathsFromStartAndCount(firstItem, count, section));
 }