Element.scrollHeight (Property)

An MSIE property for measuring sizes of objects when they have been scrolled.

Availability:

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

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

Warnings:

Property attributes:

ReadOnly.