HtmlView.ScrollBy Method
| Explanation | Scroll the displayed page relative to the current position. Added since Ver.5.0.3 | |
| Call format | HtmlView1.ScrollBy(x, y) | |
| Return value | None | |
| Arguments | x | Specifies the number of pixels to scroll horizontally. Positive values are to the right and negative values are to the left. |
| y | Specifies the number of pixels to scroll vertically. Positive values are downwards, negative values are upwards. | |
| Exception | EXT-27 | Initialization has not been completed |
| Example of use | | |
| Related item | ||