DroidDiagram Programmer's Guide
TableNodeBuilder.scrollable Method
See Also
 






Sets a value indicating whether users are allowed to scroll the table.

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

 Syntax

Java  Copy Code

public TableNodeBuilder scrollable (
    boolean value
)

 Parameters

value

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

 Return Value

This TableNodeBuilder instance.

 See Also

TableNodeBuilder Members
TableNodeBuilder Class
com.mindfusion.diagramming.builders Namespace