FormGroupControl.columnsMode Method [AX 2012]

Sets or returns a value that indicates whether the number of columns in a form group control is fixed, or whether it is automatically adjusted based on other form settings, such as the form size.

public AutoMode columnsMode([AutoMode mode])

Run On

Client

Parameters

mode
Type: AutoMode Enumeration
An AutoMode enumeration value that specifies whether the number of columns is fixed, or whether it is automatically adjusted based on other form settings, such as the form size; optional.

Return Value

Type: AutoMode Enumeration
Automode::Auto if the number of columns is automatically adjusted; otherwise, Automode::Fixed.

Community Additions

ADD
Show: