How to set Scrollview limited roll on "unrestricted" or no rebound on "elastic"?

If i apply Unrestricted on movement type, i can roll anywhere; but the problem is the content may not show on the scrollview.

If i apply Elastic on movement type, it will limit the roll and the content is always on scrollview, but i dont want the rebound.

So how can i make scrollview to show content all the time(not roll too far and show empty content) and without rebound effect?

Did you try setting it to Clamp?
alternatively you can set the elasticity to 0 i guess.

Clamp dont allow to roll, so i dont think it is an option when content is larger than scrollview.

Regarding elasticity value, higher value make less rebound. I tried 999999, it still rebound.

i have the same issue