GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoListGroup Class / LayoutItem Method
the index in the group of the child object to be positioned
a RectangleF delimiting where the item should be placed; the width and height denote how much room remains in the whole group for all of the child items to be placed.
In This Topic
    LayoutItem Method
    In This Topic
    Position a child item, within a delimiting rectangle.
    Syntax
    public virtual float LayoutItem( 
       int i,
       RectangleF cell
    )

    Parameters

    i
    the index in the group of the child object to be positioned
    cell
    a RectangleF delimiting where the item should be placed; the width and height denote how much room remains in the whole group for all of the child items to be placed.

    Return Value

    the maximum Y coordinate so far, including the just positioned item (or the maximum X coordinate if the orientation is horizontal)
    See Also