Up to date

This page is up to date for Godot 4.2. If you still find outdated information, please open an issue.

PanelContainer

Inherits: Container < Control < CanvasItem < Node < Object

Inherited By: ScriptEditor

A container that keeps its child controls within the area of a StyleBox.

Description

A container that keeps its child controls within the area of a StyleBox. Useful for giving controls an outline.

Tutorials

Properties

MouseFilter

mouse_filter

0 (overrides Control)

Theme Properties

StyleBox

panel


Theme Property Descriptions

StyleBox panel

The style of PanelContainer's background.