Work in progress

Godot documentation is being updated to reflect the latest changes in version 4.0. Some documentation pages may still state outdated information. This banner will tell you if you're reading one of such pages.

The contents of this page are up to date. If you can still find outdated information, please open an issue.

HFlowContainer

Inherits: FlowContainer < Container < Control < CanvasItem < Node < Object

Horizontal flow container.

Description

Horizontal version of FlowContainer.

Theme Properties

int

h_separation

4

int

v_separation

4


Theme Property Descriptions

int h_separation = 4

The horizontal separation of children nodes.


int v_separation = 4

The vertical separation of children nodes.