FlowContainer

Inherits: Container < Control < CanvasItem < Node < Object

Inherited By: HFlowContainer, VFlowContainer

Base class for flow containers.

Description

Arranges child Control nodes vertically or horizontally in a left-to-right or top-to-bottom flow.

A line is filled with Control nodes until no more fit on the same line, similar to text in an autowrapped label.

Methods

int

get_line_count ( ) const


Method Descriptions

int get_line_count ( ) const

Returns the current line count.