Table of Contents

Method scroll

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

scroll(object, int, int, int)

Moves the user's view on the x and y axis according to the given values.

public void scroll(object from, int toX, int toY, int postRedrawTimeout)

Parameters

from object

An array of numbers with x , y values of the scroll startpoint in pixels relative to upper-left corner of web control.

toX int

The x value of the scroll endpoint in pixels relative to upper-left corner of web control.

toY int

The y value of the scroll endpoint in pixels relative to upper-left corner of web control.

postRedrawTimeout int

Defines how much time will the component wait before redrawing the entities.Set it to 0 in order to redraw the view immediately.Set it to -1 for no screen refresh.