| | |
| | Should scroll bar bounce when user hits the bounds?
|
| | Does it support scrolling in the horizontal and/or vertical directions?
|
| | Does it support scrolling in the horizontal and/or vertical directions?
|
| 'none' | 'interactive' | 'on-drag'
| When the user scrolls the view, how should the on-screen keyboard react?
|
keyboardShouldPersistTaps | boolean | 'always' | 'never' | 'handled' = 'never'
| Should the on-screen keyboard remain visible when the user taps the scroll view?
|
| (width: number, height: number) => void
| Invoked when the contents of the scroll view change
|
| | |
| | |
| | |
| | Invoked when view dimensions or position changes
|
| | Called when the scroll position changes
|
| | Called when the user starts or stops scrolling (touch-based systems only)
|
| | Called when the user starts or stops scrolling (touch-based systems only)
|
| | AnimatedValue objects hooked up to either (or both) of these properties will be automatically hooked into the onScroll handler of the scrollview and .setValue() will be called on them with the updated values On supported platforms, it will use RN.Animated.event() to do // a native-side/-backed coupled animation
|
| | AnimatedValue objects hooked up to either (or both) of these properties will be automatically hooked into the onScroll handler of the scrollview and .setValue() will be called on them with the updated values On supported platforms, it will use RN.Animated.event() to do a native-side/-backed coupled animation
|
| 'auto' | 'always' | 'never'
| Android only property to control overScroll mode
|
| | |
| | |
| | |
| | Minimum duration (in milliseconds) between scroll events
|
| | Inset (in pixels) of scroll indicator from top/bottom (vertical) or left/right (horizontal)
|
| | If true, this scroll bar scrolls to the top when the user taps on the status bar
|
showsHorizontalScrollIndicator | | Should the indicator be displayed?
|
showsVerticalScrollIndicator | | Should the indicator be displayed?
|
| ViewStyleRuleSet | ViewStyleRuleSet[]
| See below for supported styles
|
| 'local' | 'cycle' | 'once'
| Windows-only property to control tab navigation inside the view
|
| | ID that can be used to identify the instantiated element for testing purposes
|