DroidDiagram Programmer's Guide
SwimlaneLayout.setCollapseEmptyLanes Method
See Also
 






Set or sets a value indicating whether lanes without associated nodes will shrink to zero size. By default, empty lanes will have size equal to the value specified through setLaneDistance. To be able to shrink the lanes of a lane grid to zero size, the MinHeaderSize property of the lane grid must be set to an appropriate value.

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

 Syntax

Java  Copy Code

public void setCollapseEmptyLanes (
    boolean value
)

 Parameters

value

 See Also

SwimlaneLayout Members
SwimlaneLayout Class
com.mindfusion.diagramming Namespace