Exemplo n.º 1
0
 private bool CanScroll()
 {
     if (scrollDirection.Equals(ScrollDirection.DOWN))
     {
         return(textScroller.CanScrollDown());
     }
     return(textScroller.CanScrollUp());
 }