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






Sets a value indicating whether users are allowed to scroll the contents of this container.

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

 Syntax

Java  Copy Code

public void setScrollable (
    boolean value
)

 Parameters

value

true if scrolling is allowed, or false otherwise.

 Remarks

Note that in order to let container's contents overflow and become scrollable, you must either disable AutoGrow, or allow users reduce container size by changing HandlesStyle and EnabledHandles properties from their default MoveOnly / Move values.

 See Also

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