Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ScrollView.TouchScrollBehavior

The behavior to use when a user tries to scroll past the end of the ScrollView content using a touch interaction.
Read time 1 minuteLast updated 6 days ago

Definition

public enum ScrollView.TouchScrollBehavior

Fields

Value

Description

ClampedThe content position is clamped to the ScrollView boundaries.
ElasticThe content position can overshoot the ScrollView boundaries, but then "snaps" back within them.
UnrestrictedThe content position can move past the ScrollView boundaries.