Search
SwimlaneLayout.CollapseEmptyLanes Property
See Also
 






Get or sets a value indicating whether lanes without associated nodes will shrink to zero size. By default, empty lanes will have size equal to LaneDistance.

Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool CollapseEmptyLanes { get; set; }

Visual Basic  Copy Code

Public Property CollapseEmptyLanes As Boolean

 Property Value

 Remarks

To be able to shrink the lanes of a LaneGrid to zero size, the MinHeaderSize property of the lane grid must be set to an appropriate value.

 See Also