ScrollIntoViewProperty

This Property offers a nice API for configuring the ScrollIntoViewOptions which in term configures all the scrolling behaviour if scrolling is enabled by the styling of a component.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun invoke(options: ScrollIntoViewOptions)
operator fun invoke(behavior: ScrollBehavior = ScrollBehavior.smooth, mode: ScrollMode = ScrollMode.ifNeeded, vertical: ScrollPosition = ScrollPosition.nearest, horizontal: ScrollPosition = ScrollPosition.nearest)
Link copied to clipboard