RichTextLabel.scrollActive

If true, the scrollbar is visible. Does not block scrolling completely. See scrollToLine. Default value: true.

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

Meta