コード例 #1
0
ファイル: HistoryPage.xaml.cs プロジェクト: netcharm/PixivWPF
 public void ScrollPageDown()
 {
     if (HistoryItems is ImageListGrid)
     {
         HistoryItems.PageDown();
     }
 }