TextEdit.smoothScrolling

If true, sets the step of the scrollbars to 0.25 which results in smoother scrolling.

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

Meta