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.