Sets whether the fields in Group controls are arranged horizontally in a row or vertically in a column.

Applies To

  • Group controls, including Group, Repeater, CueGroup, FixedLayout, and GridLayout subtypes on pages.

Property Values

Value Description

Rows

Arranges fields within Group controls in rows.

Columns

Arranges fields within Group controls in columns. This is the default setting.

Undefined

Same as the Columns setting.

Remarks

You use a Group control to arrange fields in rows and columns. To define the rows and columns of fields, you add SubType Group controls to the Group control. Each SubType control contains the fields that you want to display. You can use the Layout property to specify whether the fields in a group are arranged in rows or columns.

See Also