Hello.
I have a Scrollbar linked to a scrollview with "scroll left" and "scroll right" buttons. On button press (hold) I'm changing scrollbar.value to slide scroll view left or right. But, depending on content the moving speed of the content is different for same scrollbar.value change and this is quite understandable.
Because scrollbar.value is 0-1 clamped I have to calculate "scroll step" that depends on content to have same scroll speed through entire project. I've tried several ways but none give a viable result.
Could you please advice?
Thanks.