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.
Properties
Functions
Link copied to clipboard
operator fun invoke(behavior: ScrollBehavior = ScrollBehavior.smooth, mode: ScrollMode = ScrollMode.ifNeeded, vertical: ScrollPosition = ScrollPosition.nearest, horizontal: ScrollPosition = ScrollPosition.nearest)
Link copied to clipboard