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






Gets 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 boolean getScrollable ()

 Return 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
getScrollX Method
getScrollY Method