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

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.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答