While browsing the internet, I came across several examples of horizontal sliders with adjustable values.
For example, if I set the maximum value as 100 and move the slider 10 sectors to the left, each sector would decrease by 10.
What I am trying to achieve is to have two sliders.
When I drag the top slider to the left, the bottom slider will increase by one sector.
For instance, if the top slider is at 7000, the bottom one will be at 3000 (with a maximum value of 10000) etc.
Is there any implementation for such a dual slider setup?