Class
ScrollView
ScrollView
Summary
Constructors
Properties
- horizontalOffset
- isScrollEnabled
- orientation
- scrollableHeight
- scrollableWidth
- scrollBarIndicatorVisible
- scrollEvent
- verticalOffset
165 properties inherited from ContentView
Click to expand
Methods
130 methods inherited from ContentView
Click to expand
Constructors
constructor
new ScrollView(): ScrollView
Properties
horizontalOffset
isScrollEnabled
orientation
orientation: OrientationType
scrollBarIndicatorVisible
scrollableHeight
scrollableWidth
verticalOffset
scrollEvent
Static
Methods
_onOrientationChanged
Returns void
on
on(eventNames: string, callback: (data: EventData) => void, thisArg?: any): void
| Parameter | Default | Description |
eventNames | | string |
callback | | (data: EventData) => void |
thisArg | | any |
Returns void
on(event: "scroll", callback: (args: ScrollEventData) => void, thisArg?: any): void
| Parameter | Default | Description |
event | | "scroll" |
callback | | (args: ScrollEventData) => void |
thisArg | | any |
Returns void
scrollToHorizontalOffset
| Parameter | Default | Description |
value | | number |
animated | | boolean |
Returns any
scrollToVerticalOffset
| Parameter | Default | Description |
value | | number |
animated | | boolean |
Returns any