DroidDiagram Programmer's Guide
AbstractLayout.setGrowToFit Method
See Also
 






Sets a value indicating whether the diagram boundaries should grow to fit the arranged content.

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

 Syntax

Java  Copy Code

public void setGrowToFit (
    boolean value
)

 Parameters

value

true to grow diagram's Bounds if the arranged items would not fit, or false otherwise.

 See Also

AbstractLayout Members
AbstractLayout Class
com.mindfusion.diagramming Namespace