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






Implements the Scrollable interface. Updates the node's scroll position from scrollbar's value.

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

 Syntax

Java  Copy Code

public void updateScrollPosition (
    float newValue,
    boolean vertical
)

 Parameters

newValue

A float value specifying scroll offset.

vertical

true if scrolling using a vertical scrollbar, or false if horizontal one.

 See Also

ContainerNode Members
ContainerNode Class
com.mindfusion.diagramming Namespace