scrollLeft property

dynamic scrollLeft

Implementation

/* double | NaN */ dynamic get scrollLeft =>
      js_util.getProperty(this, 'scrollLeft');
void scrollLeft=(dynamic newValue)

Implementation

set scrollLeft(/* double | NaN */ dynamic newValue) {
  js_util.setProperty(this, 'scrollLeft', newValue);
}