MindFusion.Wpf Pack Programmer's Guide
Group.Expandable Property
See Also
 





Gets or sets a value indicating whether expanding/collapsing a tree branch propagates through this group.

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

 Syntax

C#  Copy Code

public bool Expandable { get; set; }

Visual Basic  Copy Code

Public Property Expandable As Boolean

 Property Value

true if expanding or collapsing of a tree branch should propagate through the group members; otherwise, false. The default is false.

 Remarks

By default expanding or collapsing tree branches is done by following the links between the branch nodes. If there are not links going out from a node, the expanding or collapsing stops there. However, if a node has a group of subordinated nodes, it could be desirable to continue expanding through them. To enable that, set the group's Expandable property to true.

 See Also

Group Members
Group Class
MindFusion.Diagramming.Wpf Namespace
Diagram.RecursiveExpand Property
Diagram.NodesExpandable Property