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)
Properties
Functions
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun resolveDeferred(calculationContext: CalculationContext, componentContext: ComponentContext, parentContext: ComponentContext): ComponentResolveResult
Link copied to clipboard
Link copied to clipboard