This page contains documentation for advanced Fuse features, so we have taken the liberty to tick the "Show advanced things" checkbox above for you in advance to be able to provide you with some additional information.

Specifies how to treat movement in the overflow area: the area in a bounded region that is beyond the logical limits, such as the area beyond the ends of the ScrollView content, or beyond the first/last page of navigation.

Location

Namespace
Fuse.Motion
Package
Fuse.Motion 2.9.1

Possible Values

Open

Movement is unrestricted and continues into overflow area

Clamp

The value is hard-clamped at the bounds

Elastic

The movement has a dimishing influence on the actual value as it extends into the overflow area

Show Uno properties and methods

Interface of OverflowType

Elastic : OverflowType uno

The movement has a dimishing influence on the actual value as it extends into the overflow area

Inherited from object