Vertical Layout Group コンポーネントは、子のレイアウト要素を互いに垂直方向に配置します。レイアウト要素の高さは、それぞれの Min Height、Preferred Height、Flexible Height によって、以下のように決定されます。
For more information about minimum, preferred, and flexible height, see the documentation on Auto Layout.
| プロパティー | 機能 | 
|---|---|
| Padding | レイアウトグループ端の内側のパディング | 
| Spacing | レイアウト要素間のスペース | 
| Child Alignment | すべての使用可能なスペースが埋まっていない場合に子のレイアウト要素に使用する整列。 | 
| 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. |