scrollTop property

[This documentation is preliminary and is subject to change.]

Sets or retrieves the distance between the top of the object and the topmost portion of the content currently visible in the window.

Syntax

HRESULT value = object.put_scrollTop( v);HRESULT value = object.get_scrollTop(* p);

Property values

Type: long

the distance, in pixels.

0

Value Condition

 

Remarks

This property's value equals the current vertical offset of the content within the scrollable range. Although you can set this property to any value, if you assign a value less than 0, the property is set to 0. If you assign a value greater than the maximum value, the property is set to the maximum value.

This property is always 0 for objects that do not have scroll bars. For these objects, setting the property has no effect.

When a marquee object scrolls horizontally, its IHTMLElement2::scrollTop property is set to 0.

For more information about how to access the dimension and location of elements on the document through the Dynamic HTML (DHTML) Object Model, see Measuring Element Dimension and Location with CSSOM in Internet Explorer 9.

See also

Reference

IHTMLElement2::scrollHeight

IHTMLElement2::scrollLeft

IHTMLElement2::scrollWidth

 

 

Build date: 6/12/2012