RichTextLabel.scrollActive

If true, the scrollbar is visible. Setting this to false does not block scrolling completely. See scrollToLine.

  1. bool scrollActive [@property getter]
  2. bool scrollActive [@property setter]
    struct RichTextLabel
    @nogc nothrow @property
    void
    scrollActive
    (
    bool v
    )

Meta