GridLayout Property

Version: Available or changed with runtime version 1.0.

Specifies if the layout is rows or columns.

Applies to

  • Page Group

Property Value

Value Available or changed with Description
Rows runtime version 1.0 Use rows for the layout.
Columns runtime version 1.0 Use columns for the layout.

Syntax

GridLayout = Columns;

Remarks

[NOTE] The controls inside this definition should be laid out as a grid using the caption of the first group as row caption.

By default, fields in a FastTab on a page are arranged automatically in two columns that are based on the number of fields. You use a Grid control to customize the arrangement of fields into rows and columns, and design it to look like a grid-like format or a matrix-like format. For more information, see Arranging Fields in Rows and Columns Using the Grid Control.

This property is only supported on grids.

Important

Arranging in rows only works in the Dynamics NAV Client connected to Business Central. In the Business Central Web client, fields can only be arranged in columns.

See Also

Field Arrangement on FastTabs
Properties