Gets a value indicating whether users are allowed to scroll the contents of this container.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public boolean getScrollable () |
true if scrolling is allowed, or false otherwise.
RemarksNote 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