GoXam for WPF v3
SetIsTreeExpanded Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam Namespace
>
Node Class
: SetIsTreeExpanded Method
the root
VisualElement
Sets the value of the
IsTreeExpandedProperty
attached dependency property.
Syntax
C#
public
static
void
SetIsTreeExpanded(
DependencyObject
d
,
bool
v
)
Parameters
d
the root
VisualElement
v
Remarks
Changing this attached property toggles the
Visible
property of outbound links and their "to" nodes. Setting this attached property also sets the
IsExpandedTree
dependency property.
See Also
Reference
Node Class
Node Members