Search
DiagramView.scrollX Property
See Also
 





Gets or sets the diagram's horizontal scroll position.

Namespace: MindFusion.Diagramming
Package: DiagramView.js

 Syntax

JavaScript  Copy Code

get scrollX() {}
set scrollX(value) {}

 Property Value

Number

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

 See Also