Change scroll speed of scrollview

I have a scrollview with a vertical scrollbar. The number of elements inside may vary.

The scrolltype is Clamped.

Elasticity and Scroll Decelaration Rate seem to do nothing, I assume because they are mostly for mobile development and touch events.

According to the docu:

verticalPageSize
This property is controlling the scrolling speed of the vertical scroller.

But changing Vertical Page Size also does not have any effect.

Just to be sure I also tried Horizontal Page Size and many different combination of the 4 properties mentioned above.

I still have no clue how to increase speed, right now the scrollbar barely moves if I use the mouse scroll wheel.

1 Like
1 Like