disableAutoScroll method

void disableAutoScroll()

Implementation

void disableAutoScroll() {
  _autoScroll = false;
}