Click or drag to resize

TabContainerUseHiddenTabsForMinSize Property

If true, children Control nodes that are hidden have their minimum size take into account in the total, instead of only the currently visible one.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool UseHiddenTabsForMinSize { get; set; }

Property Value

Type: Boolean
See Also