VerticalScrollMode

sealed interface VerticalScrollMode

Known direct subclasses
VerticalScrollMode.Normal

The default LazyColumn behavior: standard scrolling.

VerticalScrollMode.SnapScrollMatchHeight

Items will snap into place and match the height of the parent view.

VerticalScrollMode.SnapScroll

Items will snap into place


Defines what sort of vertical scrolling behavior is used by LazyColumn. On Api 36+, snap scrolling is available.

Summary

Nested types

The default LazyColumn behavior: standard scrolling.

Items will snap into place

Items will snap into place and match the height of the parent view.