Search
TreeViewNode.getScrollable Method
See Also
 

Gets a value indicating whether users are allowed to scroll this tree view.

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

 Syntax

Java  Copy Code

public boolean getScrollable ()

 Return Value

true if users are allowed to scroll the tree view, otherwise false.

 See Also