Link Search Menu Expand Document

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
    ^.HtmlView1.ScrollBy(0, 100);
    
Related item