DroidDiagram Programmer's Guide
ContainerNode.setFoldable Method
See Also
 






Sets a value indicating whether the user is allowed to fold this container. A foldable container can be folded and unfolded by clicking the up/down arrow displayed in the caption area.

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

 Syntax

Java  Copy Code

public void setFoldable (
    boolean value
)

 Parameters

value

true to let users fold this container, or false otherwise.

 See Also

ContainerNode Members
ContainerNode Class
com.mindfusion.diagramming Namespace
setFoldIconSize Method