Version: 2021.1

TouchScrollBehavior

enumeration

切换到手册

描述

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

变量

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