scrollLeft property
double
get
scrollLeft
The Element.scrollLeft
property gets or sets the number of pixels by
which an element's content is scrolled from its left edge. This value is
subpixel precise in modern browsers, meaning that it isn't necessarily a
whole number.
Implementation
external double get scrollLeft;
set
scrollLeft
(num value)
Implementation
external set scrollLeft(num value);