Function ScrollBar.customStep
Overrides the step used when clicking increment and decrement buttons or when using arrow keys when the ScrollBar
is focused.
double customStep() nothrow @property @nogc;
void customStep
(
double v
) nothrow @property @nogc;