mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 19:29:06 +00:00
20 lines
517 B
ReStructuredText
20 lines
517 B
ReStructuredText
.. _class_VSplitContainer:
|
|
|
|
VSplitContainer
|
|
===============
|
|
|
|
**Inherits:** :ref:`SplitContainer<class_splitcontainer>` **<** :ref:`Container<class_container>` **<** :ref:`Control<class_control>` **<** :ref:`CanvasItem<class_canvasitem>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
Vertical split container.
|
|
|
|
Description
|
|
-----------
|
|
|
|
Vertical split container. See :ref:`SplitContainer<class_splitcontainer>`. This goes from left to right.
|
|
|