Outdated documentation
This documentation page refers to Godot
4.3,
and may be outdated or incorrect.
Additionally, this engine version is
no longer supported.
Check this page in the stable branch for the latest additions and corrections.
VFlowContainer
Inherits: FlowContainer < Container < Control < CanvasItem < Node < Object
A container that arranges its child controls vertically and wraps them around at the borders.
Description
A variant of FlowContainer that can only arrange its child controls vertically, wrapping 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, except vertically.