private bool CanScroll() { if (scrollDirection.Equals(ScrollDirection.DOWN)) { return(textScroller.CanScrollDown()); } return(textScroller.CanScrollUp()); }