Greyed out Layout

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By FT_Anx

Hi,

Sorry if it’s a very newbie question. I’m new to Godot, so I’ve been watching a 3.0 version lecture about how to make a certain game, but it seems that in Godot 3.0 the ‘Layout’ option appears and in 3.1 it looks grey, I can’t access this option.

This is what happens

Is there a way to make the 'Layout" option appear? Any solution?

:bust_in_silhouette: Reply From: Zylann

It is grey because you selected a control which is inside a Container (here, a VSplitContainer). The key about containers is that they control the layout of their children, so you can’t change it manually.
See Containers — Godot Engine (3.1) documentation in English