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