StackView¶
Class | orca.UIKit | extends Node2D
Linear layout container arranging children in a single direction
Overview¶
Properties¶
| Property | Type | Description |
|---|---|---|
Reversed |
bool |
Reverse the order of child elements |
Direction |
Direction |
Layout direction (horizontal or vertical) |
AlignItems |
AlignItems |
Cross-axis alignment of children |
JustifyContent |
JustifyContent |
Main-axis distribution of children |
Spacing |
float |
Space between adjacent children |