GoDiagram Web Reference
LayoutChildren Method (GoListGroup)

the child object that was moved or resized
Position each child starting at the top, according to the alignment, leaving space according to the spacing and drawn lines.
Syntax
'Declaration
 
Public Overrides Sub LayoutChildren( _
   ByVal childchanged As GoObject _
) 
public override void LayoutChildren( 
   GoObject childchanged
)

Parameters

childchanged
the child object that was moved or resized
Remarks
The first child is drawn at the top (smallest Y coordinate); the last one is at the bottom (largest Y coordinate). The actual amount of space between items is the larger of the Spacing value and the width of the LinePen. The actual positioning of each child item is performed by a call to LayoutItem. When Initializing is true, this method does nothing. When Orientation is Horizontal instead of Vertical, the items are positioned from the left towards the right instead of top-down. This ignores child objects that are not Visible.
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

GoListGroup Class
GoListGroup Members
Base Implementation in LayoutChildren

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback