Packages

trait Props[T] extends Object with ScrollView.Props

Annotations
@JSType()
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Props
  2. Props
  3. Android
  4. IOS
  5. Object
  6. Any
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract val data: Seq[T]
  2. abstract val renderItem: (RenderItemInfo[AnyRef]) => ReactElement

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val ListEmptyComponent: UndefOr[ReactType]
    Annotations
    @JSOptional()
  5. val ListFooterComponent: UndefOr[ReactType]
    Annotations
    @JSOptional()
  6. val ListHeaderComponent: UndefOr[ReactType]
    Annotations
    @JSOptional()
  7. val alwaysBounceHorizontal: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  8. val alwaysBounceVertical: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val automaticallyAdjustContentInsets: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  11. val bounces: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  12. val bouncesZoom: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  13. val canCancelContentTouches: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  14. val centerContent: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  16. val contentContainerStyle: UndefOr[StyleProp[ViewStyle]]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  17. val contentInset: UndefOr[BoundingBox]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  18. val contentInsetAdjustmentBehavior: UndefOr[String]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  19. val contentOffset: UndefOr[ContentOffset]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  20. val debug: UndefOr[Boolean]
    Annotations
    @JSOptional()
  21. val decelerationRate: UndefOr[|[String, Double]]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  22. val directionalLockEnabled: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  23. val disableVirtualization: UndefOr[Boolean]
    Annotations
    @JSOptional()
  24. val endFillColor: UndefOr[String]
    Definition Classes
    Android
    Annotations
    @JSOptional()
  25. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  27. val extraData: UndefOr[AnyRef]
    Annotations
    @JSOptional()
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. val getItem: UndefOr[Function2[T, Int, Any]]
    Annotations
    @JSOptional()
  30. val getItemCount: UndefOr[Function1[Any, Int]]
    Annotations
    @JSOptional()
  31. val getItemLayout: UndefOr[(Object, Int) => ItemLayout]
    Annotations
    @JSOptional()
  32. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. val horizontal: UndefOr[Boolean]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  35. val indicatorStyle: UndefOr[String]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  36. val initialNumToRender: UndefOr[Int]
    Annotations
    @JSOptional()
  37. val initialScrollIndex: UndefOr[Int]
    Annotations
    @JSOptional()
  38. val inverted: UndefOr[Boolean]
    Annotations
    @JSOptional()
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  41. val keyExtractor: UndefOr[Function2[T, Int, String]]
    Annotations
    @JSOptional()
  42. val keyboardDismissMode: UndefOr[String]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  43. val keyboardShouldPersistTaps: UndefOr[String]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  44. val maximumZoomScale: UndefOr[Double]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  45. val minimumZoomScale: UndefOr[Double]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  46. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. val nestedScrollEnabled: UndefOr[Boolean]
    Definition Classes
    Android
    Annotations
    @JSOptional()
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  50. val onContentSizeChange: UndefOr[(Int, Int) => Unit]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  51. val onEndReached: UndefOr[(OnEndReachedEvent) => Unit]
    Annotations
    @JSOptional()
  52. val onEndReachedThreshold: UndefOr[Double]
    Annotations
    @JSOptional()
  53. val onMomentumScrollBegin: UndefOr[() => Unit]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  54. val onMomentumScrollEnd: UndefOr[() => Unit]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  55. val onRefresh: UndefOr[() => Unit]
    Annotations
    @JSOptional()
  56. val onScroll: UndefOr[() => Unit]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  57. val onScrollAnimatedEnabled: UndefOr[Function0[Unit]]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  58. val onScrollBeginDrag: UndefOr[() => Unit]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  59. val onScrollEndDrag: UndefOr[() => Unit]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  60. val onViewableItemsChanged: UndefOr[(ViewableItemsChangedEvent[Object]) => Unit]
    Annotations
    @JSOptional()
  61. val overScrollMode: UndefOr[String]
    Definition Classes
    Android
    Annotations
    @JSOptional()
  62. val pagingEnabled: UndefOr[Boolean]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  63. val pinchGestureEnabled: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  64. val progressViewOffset: UndefOr[Double]
    Annotations
    @JSOptional()
  65. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  66. val refreshControl: UndefOr[ReactElement]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  67. val refreshing: UndefOr[Boolean]
    Annotations
    @JSOptional()
  68. val removeClippedSubviews: UndefOr[Boolean]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  69. val scrollEnabled: UndefOr[Boolean]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  70. val scrollEventThrottle: UndefOr[Int]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  71. val scrollIndicatorInsets: UndefOr[BoundingBox]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  72. val scrollPerfTag: UndefOr[String]
    Definition Classes
    Android
    Annotations
    @JSOptional()
  73. val scrollsToTop: UndefOr[Boolean]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  74. val showsHorizontalScrollIndicator: UndefOr[Boolean]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  75. val showsVerticalScrollIndicator: UndefOr[Boolean]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  76. val snapToAlignment: UndefOr[String]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  77. val snapToInterval: UndefOr[Double]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  78. val stickyHeaderIndices: UndefOr[Seq[Int]]
    Definition Classes
    IOS
    Annotations
    @JSOptional()
  79. val style: UndefOr[StyleProp[ViewStyle]]
    Definition Classes
    Props
    Annotations
    @JSOptional()
  80. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  81. def toLocaleString(): String
    Definition Classes
    Object
  82. def toString(): String
    Definition Classes
    AnyRef → Any
  83. def valueOf(): Any
    Definition Classes
    Object
  84. val viewabilityConfigCallbackPairs: UndefOr[Array[Object]]
    Annotations
    @JSOptional()
  85. val viewabiltyConfig: UndefOr[ViewabilityConfig]
    Annotations
    @JSOptional()
  86. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  87. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  88. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  89. val zoomScale: UndefOr[Double]
    Definition Classes
    IOS
    Annotations
    @JSOptional()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ScrollView.Props

Inherited from Android

Inherited from IOS

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped