scrollBy()

Scrolls the Webview object by a given offset.

Synopsis:

#include <WebView.h>

virtual void scrollBy(BalPoint offset, WebFrame* webFrame = NULL);

Description:

Scrolls the current Webview object by a given offset.

Arguments:

offset
A handle to the Balpoint instance representing the offset of the scroll wheel. This value determines how much the page will scroll.
webFrame = NULL
An optional pointer to a sub frame. This allows the sub frame to be scrolled.

See also:

scrollableSubFrameAtpoint(), scrollRenderObjectBy(), scrollableRenderobjectAtPoint()