Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.

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.