MindFusion.Wpf Pack Programmer's Guide
Diagram.NodesExpandable Property
See Also
 





Gets or sets a value indicating whether newly created nodes can be expanded.

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

 Syntax

C#  Copy Code

public bool NodesExpandable { get; set; }

Visual Basic  Copy Code

Public Property NodesExpandable As Boolean

 Property Value

true if new nodes can be expanded; otherwise, false. The default is false.

 Remarks

If using Diagramming for WPF to present tree/hierarchical diagrams, you might set NodesExpandable to true. If enabled, the property makes each newly created node appear with a [±] sign next to it, which expands or collapses the node's descendants.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
ExpandButtonPosition Property
RecursiveExpand Property
ExpandOnIncoming Property
TreeCollapsed Event
TreeExpanded Event
DiagramNode.Expandable Property