--- alias: user-guide-generic-grid description: "This documentation explains how to manage elements within a grid system" --- # Generic Grid A generic grid is used to add and remove elements from a list. ## Adding Elements to a Grid To add an element to a grid, simply press :material-plus: as shown below. Note that the element details are presented on the right and that the contents depend on the selected element. ![GridAdd][GridAdd] ## Removing an Element from a Grid To remove an element from the grid, press :material-trash-can: on the right of the element to be removed. ![GridRemove][GridRemove] ## Moving an Element up in a Grid To move an element up in the grid, select the element and press :material-arrow-up:. ![GridUp][GridUp] ## Moving an Element down in a Grid To move an element down in the grid, select the element and press :material-arrow-down:. ![GridDown][GridDown] [GridAdd]: ./images/GridAdd.png [GridRemove]: ./images/GridRemove.png [GridUp]: ./images/GridUp.png [GridDown]: ./images/GridDown.png