Click or drag to resize

ControlMinimumSizeChanged Method

Invalidates the size cache in this node and in parent nodes up to toplevel. Intended to be used with GetMinimumSize when the return value is changed. Setting RectMinSize directly calls this method automatically.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void MinimumSizeChanged()
See Also