Click or drag to resize

ScrollContainerFollowFocus Property

If true, the ScrollContainer will automatically scroll to focused children (including indirect children) to make sure they are fully visible.

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

Property Value

Type: Boolean
See Also