cpr.controls.OverscrollBehaviorType

Defines the parent's scrolling behavior when the end of the scrollable area is reached.

Index

Properties
Name Type Description
AUTO String Delegate the scrolling behavior to the parent when the end of the scrollable area is reached.
NONE String It doesn't propagate to the parent when the end of the scroll area is reached.

Properties

AUTO
type String
Delegate the scrolling behavior to the parent when the end of the scrollable area is reached.
NONE
type String
It doesn't propagate to the parent when the end of the scroll area is reached.