Switch the band’s layout mode from canvas to either block, inline or row:
layout-mode | value |
---|---|
Canvas | Uses the x and y position to place the element in the band. |
Block | Stacks elements vertically according to the layer order in a band; width is set to 100%. |
Inline | Stacks elements horizontally according to the layer order in a band; width is determined by the length of the text in the field, and wraps within the band. |
Row | Stacks elements horizontally in one row according to the layer order in the band. |