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

Parameters

column
direction

Return Value

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

Reference

LayeredDigraphLayout Class
LayeredDigraphLayout Members