allowVerticalScroll property

bool allowVerticalScroll

Gets or sets whether the user is allowed to use the vertical scrollbar. The initial value is true.

Implementation

_i2.bool get allowVerticalScroll => _i4.getProperty(
      this,
      'allowVerticalScroll',
    );
void allowVerticalScroll=(bool value)

Implementation

set allowVerticalScroll(_i2.bool value) {
  _i4.setProperty(
    this,
    'allowVerticalScroll',
    value,
  );
}