scroll property
[This documentation is preliminary and is subject to change.]
Sets or gets a value that indicates whether the scroll bars are turned on or off.
Syntax
HRESULT value = object.put_scroll(BSTR v);HRESULT value = object.get_scroll(BSTR* p);
Property values
Type: BSTR
one of the values listed in Possible Values.yes
-
Default. Scroll bars are turned on.
no
-
Scroll bars are turned off.
auto
-
Scroll bars are shown when the page content exceeds the client area.
See also
- CSS Enhancements in Internet Explorer 6
Build date: 6/12/2012
Community Additions
Show: