godot dropdown menu

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Chr_
:warning: Old Version Published before Godot 3 was released.

Is there a way to make a drop down menu ? (like in Visual Studio)

I personally think OptionButton is a vague description of what it is.
“DropDownButton” might be an better option, as it leaves NO room for confusion. :slight_smile:

Tybobobo | 2016-09-16 03:51

:bust_in_silhouette: Reply From: Chr_

Find it, there is an OptionButton

The name is weird, but the description is exactly a combobox/dropdown menu.

OptionButton is a type button that provides a selectable list of items when pressed. The item selected becomes the “current” item and is displayed as the button text.

idbrii | 2022-12-23 19:41