El componente Vertical Layout Group coloca sus layout elements (Elementos de diseño) (Elementos de diseño) hijos encima de cada uno. Sus alturas son determinadas por sus alturas mínimas, preferidas y flexibles respectivas de acuerdo al siguiente modelo:
For more information about minimum, preferred, and flexible height, see the documentation on Auto Layout.
Propiedad: | Función: |
---|---|
Padding | El relleno dentro de los bordes del layout group. |
Spacing | El espacio entre los layout elements. |
Child Alignment | El alineamiento a utilizar para los layout elementos (Elementos de diseño) hijos si no llenan todo el espacio disponible. |
Control Child Size | Whether the Layout Group controls the width and height of its child layout elements. |
Use Child Scale | Whether the Layout Group considers the scale of its child layout elements when sizing and laying out elements. Width and Height correspond to the Scale > X and Scale > Y values in each child layout element’s Rect Transform component. |
Child Force Expand | Whether to force the child layout elements to expand to fill additional available space. |