ScrollBar.customStep

Overrides the step used when clicking increment and decrement buttons or when using arrow keys when the ScrollBar is focused.

  1. double customStep [@property getter]
  2. double customStep [@property setter]
    struct ScrollBar
    @nogc nothrow @property
    void
    customStep
    (
    double v
    )

Meta