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
fromobjectAn array of numbers with x , y values of the scroll startpoint in pixels relative to upper-left corner of web control.
toXintThe x value of the scroll endpoint in pixels relative to upper-left corner of web control.
toYintThe y value of the scroll endpoint in pixels relative to upper-left corner of web control.
postRedrawTimeoutintDefines 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.