Unfortunately, for this I believe you'll have to implement a custom slider bar. Here is an example I threw together for you. You will have to figure out your value calculations but it should do just about everything else you need it to.
https://drive.google.com/file/d/1vroBAYGSuyIpygUt8K1CsExNcAedT7_5/view?usp=sharing
Thanks InDWrekt This is exactly what I wanted.
Need little help with the calculations part. Suppose I want the range 0 to 100 then what we have to do is calculate the width of "BarBackground" then put it to our code in order to match with our desired range.
(Correct? Actually, I tried it but couldn't able to crack it yet, values are coming in negatives 😅)
Can we create two Global variables "gv_MIN_Range" & "gv_MAX_Range" integrate them into the code? So that we won't have to calculate it every time if we alter the width of BarBackground or we need a different range.
Another thing is the gap b/w the two sliders, please check the below image
Can we reduce the gap up to 1 value apart?
I have modified your c3p Lil bit and attached the c3p here, please check.