GoDiagram Web Reference
LayoutItems Method

Position all of this document's objects in a grid, according to the orientation and sort order.
Syntax
'Declaration
 
Public Overridable Sub LayoutItems() 
public virtual void LayoutItems()
Remarks
If the Orientation is Orientation.Vertical, for example, this method will position all of the objects in the document in the grid, specified by GoView.GridCellSizeWidth, GoView.GridCellSizeHeight, GoView.GridOriginX, and GoView.GridOriginY, starting at the top left corner, and proceeding to fill each row before adding rows. The order in which document objects are taken as palette items is determined by the Sorting and the Comparer comparison method.
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

GoPalette Class
GoPalette Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback