Inherits: Container < Control < CanvasItem < Node < Object
Inherited By: HFlowContainer, VFlowContainer
A container that arranges its child controls horizontally or vertically and wraps them around at the borders.
A container that arranges its child controls horizontally or vertically and wraps them around at the borders. This is similar to how text in a book wraps around when no more words can fit on a line.
| ||
|
get_line_count ( ) const |
| ||
|
0
The child controls will be arranged at the beginning of the container, i.e. top if orientation is vertical, left if orientation is horizontal (right for RTL layout).
1
The child controls will be centered in the container.
2
The child controls will be arranged at the end of the container, i.e. bottom if orientation is vertical, right if orientation is horizontal (left for RTL layout).
0
The alignment of the container's children (must be one of ALIGNMENT_BEGIN, ALIGNMENT_CENTER, or ALIGNMENT_END).
false
If true, the FlowContainer will arrange its children vertically, rather than horizontally.
Can't be changed when using HFlowContainer and VFlowContainer.
Returns the current line count.
4
The horizontal separation of child nodes.
4
The vertical separation of child nodes.
© 2014–present Juan Linietsky, Ariel Manzur and the Godot community
Licensed under the Creative Commons Attribution Unported License v3.0.
https://docs.godotengine.org/en/4.2/classes/class_flowcontainer.html