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 bar.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public void setFoldable ( |
true to let users fold this container, or false otherwise.
RemarksA foldable container can be folded and unfolded by clicking the up/down arrow displayed in the caption bar. The appearance of that icon can be customized by setting Renderers.FoldIconRenderer.
See Also