Search
DiagramView.setScrollX Method
See Also
 

Sets the horizontal scroll position. The Diagram component must be contained within a JScrollPane in order to use this method.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setScrollX (
    float value
)

 Parameters

value

A float value specifying the horizontal scroll position.

 See Also