MindFusion.Wpf Pack Programmer's Guide
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.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool CollapseEmptyLanes { get; set; }

Visual Basic  Copy Code

Public Property CollapseEmptyLanes As Boolean

 Property Value

true to collapse empty lanes, otherwise false. The default value is false.

 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

SwimlaneLayout Members
SwimlaneLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace