Scroll is a low-level component for arbitrary scrolling areas. It's used internally by Content.
boolean
If true and the content does not cause an overflow scroll, the scroll interaction will cause a bounce. If the content exceeds the bounds of ionScroll, nothing will change. Note, the does not disable the system bounce on iOS. That is an OS level setting.
string
The mode for component.
boolean
If true, the component will emit scroll events.
boolean
If true and the content does not cause an overflow scroll, the scroll interaction will cause a bounce. If the content exceeds the bounds of ionScroll, nothing will change. Note, the does not disable the system bounce on iOS. That is an OS level setting.
string
The mode for component.
boolean
If true, the component will emit scroll events.
Emitted while scrolling. This event is disabled by default.
Look at the property: scrollEvents
Emitted when the scroll has ended.
Emitted when the scroll has started.
Scroll by a specified X/Y distance in the component
Scroll to the bottom of the component
Scroll to a specified X/Y location in the component
Scroll to the top of the component
Built with StencilJS