layout-tools-grid.rst 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. .. include:: ../_header.rst
  2. Grid layout tools
  3. ~~~~~~~~~~~~~~~~~
  4. The Grid layout tools are place the objects in a grid. You can change some parameters like padding or number columns and rows.
  5. Starting with this configuration:
  6. .. image:: ../images/scene-editor-layout-tools-grid-start-07092021.webp
  7. :alt: Grid layout start configuration.
  8. The different layouts are:
  9. **Row**
  10. Arranges the items in a row. The **Padding** parameter is the space between columns:
  11. .. image:: ../images/scene-editor-layout-tools-grid-row-07092021.webp
  12. :alt: Row layout.
  13. **Column**
  14. Arranges the items in a column. The **Padding** parameter is the space between rows:
  15. .. image:: ../images/scene-editor-layout-tools-grid-column-07092021.webp
  16. :alt: Row layout.
  17. **Grid**
  18. Arranges the items in a grid (table). The **Columns** parameter sets the number of columns. Items are placed starting in a row, counting the number of columns. The number of rows are computed in dependence of the number or columns and the items.
  19. The **Cell Width** and **Cell Height** parameters set the size of the grid's cells. If `0`, the size is computed with the maximum width and height of all the objects.
  20. The **Padding** parameter is the space between the cells.
  21. .. image:: ../images/scene-editor-layout-tools-grid-grid-07092021.webp
  22. :alt: Grid layout.