The behavior to use when a user tries to scroll past the end of the ScrollView content using a touch interaction.
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. |