Scrollable

Adds scroll for the view.

Methods
getScrollState returns the scroll position
scrollTo scrolls the data container to a certain position
Events
onAfterScroll fires when to component is scrolled in any direction
Properties
scroll enables/disables the scroll bar
scrollSpeed the time during which the component is scrolled to the specified position (in milliseconds)
Back to top