GoDiagram Win Reference
InitializeColumns Method

Assigns every node in the input network a column number, such that nodes in the same layer will be labeled with increasing indices in left to right order.
Syntax
'Declaration
 
Protected Overridable Sub InitializeColumns() 
protected virtual void InitializeColumns()
Remarks
In addition, a node U is assigned to a column such that 2 * MinColumnSpace(U) + 1 columns are "allocated" to node U, and no two nodes have overlapping "allocations" of columns. All consecutive layout operations will preserve or update the columns. This method can be overridden to customize the layout algorithm. This method must not change the layer of any existing node, nor add or remove any layers.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoLayoutLayeredDigraph Class
GoLayoutLayeredDigraph Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback