{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

androidx.compose.foundation.lazy

Annotations

LazyScopeMarker

DSL marker used to distinguish between lazy layout scope and the item scope.

Interfaces

LazyItemScope

Receiver scope being used by the item content parameter of LazyColumn/Row.

LazyListItemInfo

Contains useful information about an individual item in lazy lists like LazyColumn or LazyRow.

LazyListLayoutInfo

Contains useful information about the currently displayed layout state of lazy lists like LazyColumn or LazyRow.

LazyListScope

Receiver scope which is used by LazyColumn and LazyRow.

Classes

LazyDslKt
LazyListState

A state object that can be hoisted to control and observe scrolling.

LazyListStateKt
LazyListState.Companion