|
|
|
|
Functions
Events
MioScript Reference
|
|
Syntax
| browser.ID.scrollbar.visible(Visible) |
Parameters
| BOOL | Visible | Set to true to show the scroll bars, false to hide them. |
Return value
No value is returned.
Description
Show or hide the scroll bars.
The scroll bars are visible by default.
|
MioScript Sample Code
browser.&br.scrollbar.visible(false) |
|
|
|