Search
DiagramBuilder.tablesScrollable Method
See Also
 

Sets a value indicating whether users are allowed to scroll new tables.

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

 Syntax

Java  Copy Code

public DiagramBuilder tablesScrollable (
    boolean value
)

 Parameters

value

true if the rows of newly created tables can be scrolled up or down, otherwise false.

 Return Value

This DiagramBuilder instance.

 See Also