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.

VSplitContainer

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

Vertical split container.

Description

Vertical split container. See SplitContainer. This goes from top to bottom.

Tutorials

Theme Properties

int

autohide

1

int

minimum_grab_thickness

6

int

separation

12

Texture2D

grabber


Theme Property Descriptions

int autohide = 1

Boolean value. If 1 (true), the grabber will hide automatically when it isn't under the cursor. If 0 (false), it's always visible.


int minimum_grab_thickness = 6

The minimum thickness of the area users can click on to grab the splitting line. If separation or grabber's thickness are too small, this ensure that the splitting line can still be dragged.


int separation = 12

The space between sides of the container.


Texture2D grabber

The icon used for the grabber drawn in the middle area.