klyn.gui.windows.browser.BrowserWidget.scrollBy
method
public scrollBy(deltaX as Int, deltaY as Int) as Void:
Description

Scrolls relative to the current CSS-pixel position.

Parameters
ParameterDescription
deltaXHorizontal offset.
deltaYVertical offset.
Example
browser.scrollBy(0, 120)