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
C# Copy Code |
---|
public bool CollapseEmptyLanes { get; set; } |
Visual Basic Copy Code |
---|
Public Property CollapseEmptyLanes As Boolean |
true to collapse empty lanes, otherwise false. The default value is false.
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.