Form: Difference between revisions

Jump to navigation Jump to search
115 bytes added ,  20 August 2020
Line 393: Line 393:
Auto Grid can be particularly useful when your users have a variety of devices and you value flexibility.
Auto Grid can be particularly useful when your users have a variety of devices and you value flexibility.


Select a form tab and on the [[Form#Properties_pane|'''Properties''' pane]], set the maximum number of columns per row (for example 3), and the minimum width of a field cell (for example 250). In the app, if the available width for your form tab exceeds 500, two fields are displayed in a row; when it's over 750, the maximum, three fields are displayed in a single row.
Select a form tab and on the [[Form#Properties_pane|'''Properties''' pane]], set the maximum number of columns per row (for example 3), and the minimum width of the form to switch to two columns (for example 400 pixels). In the app, if the available space (width) for your form tab exceeds 400, two fields are displayed in a row; when it's over 800, the maximum, three fields are displayed in a single row.


Additionally, for each field, you can force it to be always displayed as a single row, or disallow any fields after it in a single row. This behavior is controlled by the Grid Behavior property; you can configure it for each field of your tab.
Additionally, for each field, you can force it to be always displayed as a single row, or disallow any fields after it in a single row. This behavior is controlled by the Grid Behavior property; you can configure it for each field of your tab. You can also insert a spacer to ensure that the next field starts on the left.


[[File:Auto Grid example configuration.png|600px]]
[[File:Auto Grid example configuration.png|600px]]

Navigation menu