Function RichTextLabel.scrollActive
If true
, the scrollbar is visible. Setting this to false
does not block scrolling completely. See scrollToLine
.
bool scrollActive() nothrow @property @nogc;
void scrollActive
(
bool v
) nothrow @property @nogc;