This topic has not yet been rated - Rate this topic

scroll property

Sets or gets a value that indicates whether the scroll bars are turned on or off.

Syntax

HRESULT value = object.put_scroll( v);HRESULT value = object.get_scroll(* 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: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.