Example #1
0
 private void HorizontalScroll(double offset)
 {
     ScrollerFilms.ChangeView(ScrollerFilms.HorizontalOffset + offset, null, null);
 }
Example #2
0
 private void VerticalScroll(double offset)
 {
     ScrollerFilms.ChangeView(null, ScrollerFilms.VerticalOffset + offset, null);
 }