enableScroll method

void enableScroll()

Implementation

void enableScroll() {
  _disabled = false;
}