10,730
edits
Line 275: | Line 275: | ||
| || '''Else''' '''Step''' || Tabs.Map.IsVisible || Assign || True | | || '''Else''' '''Step''' || Tabs.Map.IsVisible || Assign || True | ||
|} | |} | ||
{{Anchor|Add_Grid}} | |||
; Add Grid: Click to add a GridItem to your form: essentially, you can define a table. On the [[Form#Properties pane|'''Properties''' pane]], set Columns and Rows. | ; Add Grid: Click to add a GridItem to your form: essentially, you can define a table. On the [[Form#Properties pane|'''Properties''' pane]], set Columns and Rows. | ||
:* To create a 2x2 table with equally sized rows and columns, set both '''Columns''' and '''Rows''' to <code>*;*</code>. | :* To create a 2x2 table with equally sized rows and columns, set both '''Columns''' and '''Rows''' to <code>*;*</code>. |