DroidDiagram Programmer's Guide
DiagramView.setAutoScroll Method
See Also
 






Sets a value indicating whether the diagram should scroll automatically when the pointer is dragged towards the edge of the view.

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

 Syntax

Java  Copy Code

public void setAutoScroll (
    boolean value
)

 Parameters

value

true if the diagram should scroll automatically, otherwise false.

 See Also

DiagramView Members
DiagramView Class
com.mindfusion.diagramming Namespace