ScrollableLazyColumn

fun ScrollableLazyColumn(state: ScrollableLazyState, modifier: GlanceModifier = GlanceModifier, horizontalAlignment: Alignment.Horizontal = Alignment.Start, content: LazyListScope.() -> Unit)
fun ScrollableLazyColumn(state: ScrollableLazyState, activityOptions: Bundle, modifier: GlanceModifier = GlanceModifier, horizontalAlignment: Alignment.Horizontal = Alignment.Start, content: LazyListScope.() -> Unit)

A wrapper around LazyColumn that injects the library's custom state exposing the smooth scroll functions for the underlying AdapterViews.

NB: The smooth scroll functions have no effect on API levels 30 and below. Glance performs only full updates, and the platform didn't start preserving the relevant state across such updates until API level 31.