Contents Index Topic Contents |
scrollbar Property
Specifies whether the scriptlet container object displays a scrollbar.
Applies To
Scriptlet
Syntax
window.external.scrollbar = boolean
Remarks
This property provides a way to set the scriptlet container object's scrollbar property from within the scriptlet.
By default, the value of this property is false. If you set this property to true:
- A vertical scrollbar always appears in the scriptlet container object. If the scriptlet's height is less than the height of the scriptlet container object's window, the vertical scrollbar is disabled.
- A horizontal scrollbar appears if the scriptlet's width is greater than the width of the scriptlet container object's window
To set the size of the scriptlet container object window from within the scriptlet, see Adding Scriptlets to Your Application.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.