GoXam for WPF v3
ComponentPackAux Method
Northwoods.GoXam.Layout Namespace > LayeredDigraphLayout Class : ComponentPackAux Method
Attempts to augment the argument column by merging components 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 ComponentPackAux( 
   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