Method Setup
Setup(AbstractControl[,])
Initializes Grid rows and columns for the specified controls.
public void Setup(AbstractControl[,] controls)
Parameters
controlsAbstractControl[,]Grid controls.
Remarks
Dimensions for all rows and columns are set to Auto.
SetRowColumn(int, int) is called for the each control
with row and column
indexes equal to position in the controls array.