Scrollbar
[Desktop Automation]
Properties
| Property | Read/write | Type | Description |
|---|---|---|---|
| enabled | read/write | Boolean | Enable or disable the scrollbar |
| height | read/write | number | height of the scrollbar in pixels |
| hint | read/write | string | Hint or tooltip for the button |
| max | read/write | number | Maximum value of the scrollbar. The minimum for the scrollbar is always 0. For a different minimum use the slider element. |
| onchange | read/write | string | callback function for a change event |
| orientation | read/write | number | 0: vertical 1: horizontal |
| position | read/write | number | position of the bar that can be tracked |
| spacing | read/write | number | spacing of the scrollbar in pixels |
| visible | read/write | Boolean | Toggle visibility of the scrollbar |
Methods
None.
