MindFusion.Wpf Pack Programmer's Guide
ContainerNode.AutoShrink Property
See Also
 





Gets or sets a value indicating whether the container should shrink in size when nodes are removed from it.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool AutoShrink { get; set; }

Visual Basic  Copy Code

Public Property AutoShrink As Boolean

 Property Value

true if the container should shrink automatically; otherwise, false. The default is false.

 Remarks

The container won't shrink to a size smaller than MinimumSize.

 See Also

ContainerNode Members
ContainerNode Class
MindFusion.Diagramming.Wpf Namespace
MinimumSize Property
UpdateBounds Method
AutoGrow Property
ResizeToFitChildren Method