The showScrollbars attribute specifies whether to show horizontal and vertical scrollbars for an HTML page.
<html>
Name | Type | Description |
---|---|---|
boolean | boolean |
The default is true.
The following html page is presented on the screen with no surrounding border and no scroll bars:
<html instructions>
/ items=("instruct1.htm", "instruct2.htm", "instruct3.htm")
/ showScrollbars = false
</html>