GoXam for WPF v3
CreateTrees Method
Northwoods.GoXam.Layout Namespace > TreeLayout Class : CreateTrees Method
This method is responsible for initializing all of the TreeVertexs, setting TreeVertex.Initialized, TreeVertex.Level, TreeVertex.Parent, and TreeVertex.Children, and making sure RootVertexes has at least one suitable TreeVertex in it.
Syntax
protected virtual void CreateTrees()
Remarks
This will call FindRoots if RootVertexes is empty. Then it will iterate over the roots, calling WalkTree on each one.
See Also

Reference

TreeLayout Class
TreeLayout Members