scrolling property

String scrolling

Sets or retrieves whether the frame can be scrolled. @deprecated

MDN Reference

Implementation

_i2.String get scrolling => _i4.getProperty(
      this,
      'scrolling',
    );
void scrolling=(String value)

Implementation

set scrolling(_i2.String value) {
  _i4.setProperty(
    this,
    'scrolling',
    value,
  );
}