I have a Slider with a range 0..1000 and steps=10. It produces 11 intervals (size ≈ 91) and 12 endpoints. Eh? I could see 9 and 10, or 10 and 11, depending on the meaning of "step", but 11/12? That's expected?
It's a bit odd to me, but it is what it is. I can just add a
-1
to my logic. Thanks.
👍 1
f
Francesc
09/05/2023, 10:29 PM
based on the formula above, it would seem that when you indicate you want N steps, it is understood that you want N stop points between the left and right edges of your slider