Element.scrollWidth (Property)

The width of a scrolling region.

Availability:

JScript - 5.0
Internet Explorer - 5.0
Property/method value type:Number primitive
JavaScript syntax:IEmyElement.scrollWidth

This functionality is not well supported across platforms and means different things for different objects. Generally, it is taken as the width of an object when its scroll position is taken into account. Objects scrolled entirely off the screen have a scrollWidth of zero.

Warnings:

Property attributes:

ReadOnly.