GoXam for WPF v3
ComponentPack Method
Northwoods.GoXam.Layout Namespace > LayeredDigraphLayout Class : ComponentPack Method
Adjusts the columns of nodes in the network to produce a layout which is tightly packed. The idea is that the network can be fragmented from a given column in the following way: all nodes "behind" the column are placed into a single component, and the remainder of the network is divided into connected components. Each of these new components can be examined, and those that can be merged with the given column do so.
Syntax
protected virtual void ComponentPack( 
   int direction
)

Parameters

direction
See Also

Reference

LayeredDigraphLayout Class
LayeredDigraphLayout Members