DialogBox: Configuration of the Layout

You can configure the layout of controls in a dialog box in the following ways:

  • Split controls into multiple columns by calling the ColumnsCount method in a dialog box configuration.

    By default, all controls are displayed in a single column.

  • Span multiple columns of a control by calling the ColumnSpan method in the configuration of a dialog box field.
  • Specify the size of a control by calling the ControlSize method in the configuration of a dialog box field.
  • Arrange the order of controls by calling the PlaceBefore and PlaceAfter methods in the configuration of a dialog box field.

    These methods may be useful if you are updating a dialog box in a predefined workflow. By default, all fields are displayed in the order in which they are added to the dialog box.