This version of Unity is unsupported.

TouchScrollBehavior

enumeration

Description

The behavior to use when a user tries to scroll past the end of the ScrollView content using a touch interaction.

Properties

Unrestricted The content position can move past the ScrollView boundaries.
Elastic The content position can overshoot the ScrollView boundaries, but then "snaps" back within them.
Clamped The content position is clamped to the ScrollView boundaries.