disableScroll method

void disableScroll()

Implementation

void disableScroll() {
  _disabled = true;
}