GoXam for WPF v3
TightPackAux Method
Northwoods.GoXam.Layout Namespace > LayeredDigraphLayout Class : TightPackAux Method
Attempts to augment the argument column by merging columns into from the argument direction. direction > 0 -- columns > the argument column are shifted direction < 0 -- columns < the argument column are shifted Returns true if the argument column was changed.
Syntax
protected virtual bool TightPackAux( 
   int column,
   int direction
)

Parameters

column
direction

Return Value

Returns true if the argument column was changed and false otherwise.
See Also

Reference

LayeredDigraphLayout Class
LayeredDigraphLayout Members