getInitIsScroll method

bool getInitIsScroll()

获取初始化时是否可以滑动状态

Implementation

bool getInitIsScroll() {
  return _initIsScroll;
}