FormGroupControl.columns Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
columns() |
Sets or returns the number of columns in a form group control in pixels, and specifies whether the number is automatically adjusted. |
columns(Int32) | |
columns(Int32, ColumnsMode) |
columns()
Sets or returns the number of columns in a form group control in pixels, and specifies whether the number is automatically adjusted.
public:
virtual int columns();
public virtual int columns ();
abstract member columns : unit -> int
override this.columns : unit -> int
Public Overridable Function columns () As Integer
Returns
An integer value that specifies the number of columns in a form group control in pixels.
Applies to
columns(Int32)
columns(Int32, ColumnsMode)
public:
virtual int columns(int _value, Microsoft::Dynamics::Ax::Xpp::ColumnsMode _mode);
public virtual int columns (int _value, Microsoft.Dynamics.Ax.Xpp.ColumnsMode _mode);
abstract member columns : int * Microsoft.Dynamics.Ax.Xpp.ColumnsMode -> int
override this.columns : int * Microsoft.Dynamics.Ax.Xpp.ColumnsMode -> int
Public Overridable Function columns (_value As Integer, _mode As ColumnsMode) As Integer
Parameters
- _value
- Int32
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.
- _mode
- ColumnsMode
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.