SECLNGrid Class
class SECLNGrid: public SECLayoutNode
Implements the grid layout algorithm
Defined in: GRID.H
Comments
Similar to the Java Grid layout algorithm, Grid allows you to logically arrange child nodes in a one or two dimensional matrix of arbitrary size.
Class Members
Construction/Initialization
Construction
SECLNGrid(UINT nRows,UINT nCols=0,UINT nHorzGap=0,UINT nVertGap=0, BOOL bIterateColsFirst=TRUE)
Construction
Attributes
virtual void SetGridDimensions(UINT nRows,UINT nCols=0,UINT nHorzGap=0, UINT nVertGap=0,BOOL bIterateColsFirst=TRUE)
Format the grid dimensions