FormGroupControl.prefColumnSize Method
Specifies the height and width of columns for a form group control.
Syntax
public void prefColumnSize(int width, int height)
Run On
Client
Parameters
- width
Type: int
An integer value that specifies the width of columns.
- height
Type: int
An integer value that specifies the height of columns.