 | LogicalNodeViewModelExpandTree method |
Folds out the ViewModel tree completely and thus also the TreeView (because of the associated nodes).
Namespace: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic void ExpandTree(
LogicalNodeViewModel? root,
bool climbToTop
)
Public Sub ExpandTree (
root As LogicalNodeViewModel,
climbToTop As Boolean
)
public:
void ExpandTree(
LogicalNodeViewModel^ root,
bool climbToTop
)
member ExpandTree :
root : LogicalNodeViewModel *
climbToTop : bool -> unit
Parameters
- root LogicalNodeViewModel
- Node from which the tree is to be expanded.
- climbToTop Boolean
- If True, the entire branch is unfolded up to the root.
See also