How the bounds of an element are treated.

Default is Partial. When set to Full, the whole element bounds need to be inside view for the WhileVisibleInScrollView trigger to activate.

Both options can be combined with Distance to adjust when the trigger activates.

Location

Namespace
Fuse.Triggers
Package
Fuse.Controls.ScrollView 2.9.1

Returns

WhileVisibleInScrollViewMode

Possible Values

Partial

Activates while the element is at least partially within the ScrollView.

Full

Activates while the element is completely visible within the ScrollView.