Combined Steps
Because we have two ways of determining how pips
are rendered along the
Slider, here’s a breakdown of how they interact with each other.
step
: determines how many points are selectable along the Slider.
This is for interaction. Non-selectable pips are not rendered at all.pipstep
: determines how many points are visible along the Slider.
This is visual, pips that are not shown are still rendered.
step
is multiplied by pipstep
to determine the number of pips that are rendered. This can lead
to some rather extreme numbers depending on the min
, max
, step
and pipstep
values. See
the Pip Steps page for more details.
Examples
Here’s a table demonstrating how the two interact with each other.