FormGroupControl.columnspaceMode Method [AX 2012]

Sets or returns an AutoMode enumeration value that indicates whether the amount of space between columns in a form group control is automatically adjusted.

public AutoMode columnspaceMode([AutoMode mode])

Run On

Client

Parameters

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

Return Value

Type: AutoMode Enumeration
AutoMode::Auto if the amount of space is automatically adjusted; otherwise, AutoMode::Fixed.

Community Additions

ADD
Show: