Whether to show horizontal and vertical scrollbars for HTML page.
<html>
html.name.showScrollbars
Read/Write
boolean
A value of 1 indicates the button will be shown, 0 indicates it will not.
The following displays the value of showscrollbars in a text stimulus:
<text myText>
/ items= ("showScrollbars = <% html.myHtml.showScrollbars %>")
</text>