MindFusion.Diagramming for JavaScript Programmer's Guide

Diagram.setScrollX Method

See Also
 





Sets the diagram's horizontal scroll position.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

function setScrollX (value)

 Parameters

value

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

 See Also