Retrieves the element's scrolling width, in pixels. This is the distance between the left and right edges of the element's visible content.
Syntax
HRESULT get_scrollWidth( long *p );
Parameters
- p
- Address of a variable that receives the scroll width.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This property is read-only on HTML documents, and read-write on fixed regions.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0
See Also
get_scrollHeight