blob: 2dde9b2e68890a766b6425fde83f648e0d1fd470 [file] [log] [blame]
<html devsite="true">
<head>
<title>androidx.compose.foundation.lazy</title>
{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %}
{% include "_shared/_reference-head-tags.html" %}
</head>
<body>
<h1>androidx.compose.foundation.lazy</h1>
<h2>Annotations</h2>
<div class="devsite-table-wrapper">
<table class="responsive">
<tbody>
<tr>
<td width="40%"><code><a href="/reference/androidx/compose/foundation/lazy/LazyScopeMarker.html">LazyScopeMarker</a></code></td>
<td>
<p>DSL marker used to distinguish between lazy layout scope and the item scope.</p>
</td>
</tr>
</tbody>
</table>
</div>
<h2>Interfaces</h2>
<div class="devsite-table-wrapper">
<table class="responsive">
<tbody>
<tr>
<td width="40%"><code><a href="/reference/androidx/compose/foundation/lazy/LazyGridScope.html">LazyGridScope</a></code></td>
<td>
<p>Receiver scope which is used by <code><a href="/reference/androidx/compose/foundation/lazy/package-summary.html#LazyVerticalGrid(androidx.compose.foundation.lazy.GridCells,Modifier,androidx.compose.foundation.lazy.LazyListState,androidx.compose.foundation.layout.PaddingValues,kotlin.Function1)">LazyVerticalGrid</a></code>.</p>
</td>
</tr>
<tr>
<td width="40%"><code><a href="/reference/androidx/compose/foundation/lazy/LazyItemScope.html">LazyItemScope</a></code></td>
<td>
<p>Receiver scope being used by the item content parameter of LazyColumn/Row.</p>
</td>
</tr>
<tr>
<td width="40%"><code><a href="/reference/androidx/compose/foundation/lazy/LazyListItemInfo.html">LazyListItemInfo</a></code></td>
<td>
<p>Contains useful information about an individual item in lazy lists like <code><a href="/reference/androidx/compose/foundation/lazy/package-summary.html#LazyColumn(Modifier,androidx.compose.foundation.lazy.LazyListState,androidx.compose.foundation.layout.PaddingValues,kotlin.Boolean,androidx.compose.foundation.layout.Arrangement.Vertical,AlignmentHorizontal,androidx.compose.foundation.gestures.FlingBehavior,kotlin.Function1)">LazyColumn</a></code> or <code><a href="/reference/androidx/compose/foundation/lazy/package-summary.html#LazyRow(Modifier,androidx.compose.foundation.lazy.LazyListState,androidx.compose.foundation.layout.PaddingValues,kotlin.Boolean,androidx.compose.foundation.layout.Arrangement.Horizontal,AlignmentVertical,androidx.compose.foundation.gestures.FlingBehavior,kotlin.Function1)">LazyRow</a></code>.</p>
</td>
</tr>
<tr>
<td width="40%"><code><a href="/reference/androidx/compose/foundation/lazy/LazyListLayoutInfo.html">LazyListLayoutInfo</a></code></td>
<td>
<p>Contains useful information about the currently displayed layout state of lazy lists like <code><a href="/reference/androidx/compose/foundation/lazy/package-summary.html#LazyColumn(Modifier,androidx.compose.foundation.lazy.LazyListState,androidx.compose.foundation.layout.PaddingValues,kotlin.Boolean,androidx.compose.foundation.layout.Arrangement.Vertical,AlignmentHorizontal,androidx.compose.foundation.gestures.FlingBehavior,kotlin.Function1)">LazyColumn</a></code> or <code><a href="/reference/androidx/compose/foundation/lazy/package-summary.html#LazyRow(Modifier,androidx.compose.foundation.lazy.LazyListState,androidx.compose.foundation.layout.PaddingValues,kotlin.Boolean,androidx.compose.foundation.layout.Arrangement.Horizontal,AlignmentVertical,androidx.compose.foundation.gestures.FlingBehavior,kotlin.Function1)">LazyRow</a></code>.</p>
</td>
</tr>
<tr>
<td width="40%"><code><a href="/reference/androidx/compose/foundation/lazy/LazyListScope.html">LazyListScope</a></code></td>
<td>
<p>Receiver scope which is used by <code><a href="/reference/androidx/compose/foundation/lazy/package-summary.html#LazyColumn(Modifier,androidx.compose.foundation.lazy.LazyListState,androidx.compose.foundation.layout.PaddingValues,kotlin.Boolean,androidx.compose.foundation.layout.Arrangement.Vertical,AlignmentHorizontal,androidx.compose.foundation.gestures.FlingBehavior,kotlin.Function1)">LazyColumn</a></code> and <code><a href="/reference/androidx/compose/foundation/lazy/package-summary.html#LazyRow(Modifier,androidx.compose.foundation.lazy.LazyListState,androidx.compose.foundation.layout.PaddingValues,kotlin.Boolean,androidx.compose.foundation.layout.Arrangement.Horizontal,AlignmentVertical,androidx.compose.foundation.gestures.FlingBehavior,kotlin.Function1)">LazyRow</a></code>.</p>
</td>
</tr>
</tbody>
</table>
</div>
<h2>Classes</h2>
<div class="devsite-table-wrapper">
<table class="responsive">
<tbody>
<tr>
<td width="40%"><code><a href="/reference/androidx/compose/foundation/lazy/GridCells.html">GridCells</a></code></td>
<td>
<p>This class describes how cells form columns in vertical grids or rows in horizontal grids.</p>
</td>
</tr>
<tr>
<td width="40%"><code><a href="/reference/androidx/compose/foundation/lazy/GridCells.Adaptive.html">GridCells.Adaptive</a></code></td>
<td>
<p>Combines cells with adaptive number of rows or columns.</p>
</td>
</tr>
<tr>
<td width="40%"><code><a href="/reference/androidx/compose/foundation/lazy/GridCells.Fixed.html">GridCells.Fixed</a></code></td>
<td>
<p>Combines cells with fixed number rows or columns.</p>
</td>
</tr>
<tr>
<td width="40%"><code><a href="/reference/androidx/compose/foundation/lazy/LazyDslKt.html">LazyDslKt</a></code></td>
<td></td>
</tr>
<tr>
<td width="40%"><code><a href="/reference/androidx/compose/foundation/lazy/LazyGridKt.html">LazyGridKt</a></code></td>
<td></td>
</tr>
<tr>
<td width="40%"><code><a href="/reference/androidx/compose/foundation/lazy/LazyListState.html">LazyListState</a></code></td>
<td>
<p>A state object that can be hoisted to control and observe scrolling</p>
</td>
</tr>
<tr>
<td width="40%"><code><a href="/reference/androidx/compose/foundation/lazy/LazyListStateKt.html">LazyListStateKt</a></code></td>
<td></td>
</tr>
</tbody>
</table>
</div>
</body>
</html>