MindFusion.Java Package Programmer's Guide
ContainerNode.setScrollX Method
See Also
 






Sets the container's horizontal scroll position.

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

 Syntax

Java  Copy Code

public void setScrollX (
    float value
)

 Parameters

value

A float value indicating horizontal scroll offset.

 Remarks

ScrollX is one of the few properties that automatically create a record in the undo history. If you need to undo a sequence of property changes that includes ScrollX as a single operation, you will need to use composite undo commands.

 See Also

ContainerNode Members
ContainerNode Class
com.mindfusion.diagramming Namespace
setScrollY Method
setScrollable Method