GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / LayoutChildren Method
In This Topic
    LayoutChildren Method (GoSubGraph)
    In This Topic
    This method does not move any of the children except possibly the CollapsedObject, the Label, the Handle, and the Port.
    Syntax
    public override void LayoutChildren( 
       GoObject childchanged
    )

    Parameters

    childchanged
    Remarks
    In other words, this method does not move any of the child nodes or links of this subgraph--just the known auxiliary objects. This calls LayoutCollapsedObject, LayoutLabel, LayoutHandle, and LayoutPort, in that order. This method does nothing if Initializing is true, nor if the State is GoSubGraphState.Collapsing or GoSubGraphState.Expanding, nor if the Handle or the Port is the child object causing the call to this method.
    See Also