ASP.NET Pack Programmer's Guide
Diagram.scrollTo Method
See Also
 





Scrolls the diagram to the specified point.

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

function scrollTo (x, y)

 Parameters

x

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

y

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

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
setScrollX Method
setScrollY Method