Search
DiagramView.scrollTo Method
See Also
 





Scrolls the diagram to the specified point.

Namespace: MindFusion.Diagramming
Package: DiagramView.js

 Syntax

JavaScript  Copy Code

function scrollTo (x, y)

 Parameters

x

Number. A number specifying the new horizontal scroll position in the current unit of measure.

y

Number. A number specifying the new vertical scroll position in the current unit of measure.

 See Also