GoDiagram Win Reference
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.
Position a child item, within a delimiting rectangle.
Syntax
'Declaration
 
Public Overridable Function LayoutItem( _
   ByVal i As Integer, _
   ByVal cell As RectangleF _
) As Single
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)
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

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback