GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSubGraph Class / CreateCollapsedObject Method
In This Topic
    CreateCollapsedObject Method
    In This Topic
    This method is called to create an object that is displayed when the node is collapsed.
    Syntax
    protected virtual GoObject CreateCollapsedObject()

    Return Value

    By default this returns null--the subgraph has no such object
    Remarks
    It looks best when all the child nodes are the same size as the collapsed object. If your child nodes are different sizes, the collapsed object should be about the size of the largest one. If the subgraph starts in the expanded state, you should probably make sure that the Visible and Printable properties are set to false.
    See Also