Contents Index Topic Contents |
scrollbar Property
Specifies whether the scriptlet container object displays a scrollbar.
Applies To
Scriptlet container object
Syntax
ScriptContainer.scrollbar = boolean
Remarks
This property can be set at design time and at runtime. 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
You can also set this property from within a scriptlet. For details, see the scrollbar property. 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.