Table of Contents

Method Setup

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.