Beispiel #1
0
 public void ScrollPageFirst()
 {
     if (HistoryItems is ImageListGrid)
     {
         HistoryItems.PageFirst();
     }
 }