GoXam for WPF v3
AddComments Method (TreeLayout)
Northwoods.GoXam.Layout Namespace > TreeLayout Class : AddComments Method
Find associated objects to be positioned along with the GenericNetwork<V,E,Y>.GenericNetwork.Vertex<V,E,Y>.
Syntax
protected virtual void AddComments( 
   TreeVertex v
)

Parameters

v
Remarks
This looks for visible Northwoods.GoXam.Nodes whose category is "Comment" and that refer to the tree vertex's Node. You may want to override this method in order to customize how any associated objects are found and how the node's Bounds are set to reserve space for those associated objects. This method should not walk the tree, since it is called for each TreeVertex in an indeterminate order.
See Also

Reference

TreeLayout Class
TreeLayout Members
LayoutComments Method