stopAutoScroll method

void stopAutoScroll()

Stop any ongoing auto scrolling.

Implementation

void stopAutoScroll() {
  _scrolling = false;
}