I have some difficulties to understand how works the scrollbar in LC. I've seen the example provided by "martyknapp" from the LC's lessons, but it doesn't suite my need...
I have an horizontal scrollbar of 120px width. ShowValue is off because I show it in a custom field.
minValue = 1 ; maxValue = 9 ; lineInc = 1 ; pageInc = 1
My problem is that when the mouse (user) drag the slider, I'd like to have it moving step by step (from 1 to 2 ; from 2 to 3), and not from 1 to 1.1 ; 1.1 to 1.2 and so on in a smooth mode...
Well I want the slider to jump from one value to an other (not sure if I'm clear enough

Shall I calculate the pixels segment and deal with them or is there a pre build function in LC which does that ?
Thanks to read me,
Kind regards, Jean-Paul.