Click or drag to resize

RichTextLabelScrollActive Property

If true, the scrollbar is visible. Setting this to false does not block scrolling completely. See ScrollToLine(Int32).

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

Property Value

Type: Boolean
See Also