ScrollableLazyState
interface ScrollableLazyState
The state interface for ScrollableLazyColumn and ScrollableLazyVerticalGrid that exposes 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.
Functions
Link copied to clipboard
Translates to a RemoteViews.setInt call for smoothScrollByOffset
.
Link copied to clipboard
Translates to a RemoteViews.setInt call for smoothScrollToPosition
.