In the demo:
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxscrollbar/index.htm
if you try to set up a small set of steps (say range of 1,2,3,4,5 with a step size of 1), as in
$(“#jqxVerticalScrollBar”).jqxScrollBar({ step:1, width: 18, height: 280, min: 1, max: 5, vertical: true});
the displayed steps are not proportional. The initial step is about 98%, and the last step is 100%. That is odd.
It should be proportional for each step i.e. 20%, 40%, 60%, 80%, 100%.
Is this intentional – i.e. nonlinear or non-proportional display?
Is there any way to make the visual changes in scroll display proportional to the size of the step increment?
Many thanks,
Alastair