ExperimentalHorizontalScroll

class ExperimentalHorizontalScroll(    val child: Component,     val scrollbarEnabled: Boolean = true,     val horizontalFadingEdgeEnabled: Boolean = false,     val fillViewport: Boolean = false,     val overScrollMode: Int = View.OVER_SCROLL_IF_CONTENT_SCROLLS,     val fadingEdgeLength: Dimen = 0.dp,     val initialScrollPosition: Dimen = LAST_SCROLL_POSITION_UNSET.dp,     val eventsController: HorizontalScrollEventsController? = null,     val onScrollChangeListener: HorizontalScrollLithoView.OnScrollChangeListener? = null,     val scrollStateListener: ScrollStateListener? = null,     val incrementalMountEnabled: Boolean = false,     val wrapContent: Boolean = false,     val style: Style? = null) : PrimitiveComponent

Constructors

Link copied to clipboard
constructor(    child: Component,     scrollbarEnabled: Boolean = true,     horizontalFadingEdgeEnabled: Boolean = false,     fillViewport: Boolean = false,     overScrollMode: Int = View.OVER_SCROLL_IF_CONTENT_SCROLLS,     fadingEdgeLength: Dimen = 0.dp,     initialScrollPosition: Dimen = LAST_SCROLL_POSITION_UNSET.dp,     eventsController: HorizontalScrollEventsController? = null,     onScrollChangeListener: HorizontalScrollLithoView.OnScrollChangeListener? = null,     scrollStateListener: ScrollStateListener? = null,     incrementalMountEnabled: Boolean = false,     wrapContent: Boolean = false,     style: Style? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val fadingEdgeLength: Dimen
Link copied to clipboard
val fillViewport: Boolean = false
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val style: Style? = null
Link copied to clipboard
val wrapContent: Boolean = false

Functions

Link copied to clipboard
Link copied to clipboard
operator override fun equals(@Nullable other: Any?): Boolean
Link copied to clipboard
Link copied to clipboard
open fun <T : Any> getDebugAttribute(p0: AttributeKey<T>): T & Any
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
override fun getSimpleName(): String
Link copied to clipboard
fun getTypeId(): Int
Link copied to clipboard
override fun hashCode(): Int
Link copied to clipboard
override fun isEquivalentTo(other: Component?): Boolean
Link copied to clipboard
override fun makeShallowCopy(): Component
Link copied to clipboard
fun measure(p0: ComponentContext, p1: Int, p2: Int, p3: Size)
fun measure(p0: ComponentContext, p1: Int, p2: Int, p3: Size, p4: Boolean)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun <T : Any> setDebugAttributeKey(attributeKey: AttributeKey<T>, value: T & Any)
Link copied to clipboard
override fun toString(): String