MindFusion.Diagramming for JavaScript Programmer's Guide

Diagram.setScrollY Method

See Also
 





Sets the diagram's vertical scroll position.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function setScrollY (value)

 Parameters

value

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

 See Also