コード例 #1
0
 private void GridViewer_OnRequestMoreItemFinished(GalleryGridView obj)
 {
     item_loading_notify?.Dispose();
     item_loading_notify = null;
 }
コード例 #2
0
 private void GridViewer_OnRequestMoreItemStarted(GalleryGridView obj)
 {
     item_loading_notify?.Dispose();
     item_loading_notify = LoadStatusDisplayer.BeginBusy("正在加载图片列表...");
 }