Coarser PageUp/PageDown step — ten stepSizes per page.
static double pageStep(double step, int? divisions) { return step * math.max(1, (divisions ?? 100) ~/ 10); }