Method Setup
Setup(Control[,])
Initializes Grid rows and columns for the specified controls.
public void Setup(Control[,] controls)
Parameters
controls
Control[,]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.