{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
LazyGridScopeMarker |
DSL marker used to distinguish between lazy grid dsl scope and the item content scope. |
GridCells |
This class describes the count and the sizes of columns in vertical grids, or rows in horizontal grids. |
LazyGridItemInfo |
Contains useful information about an individual item in lazy grids like |
LazyGridItemScope |
Receiver scope being used by the item content parameter of |
LazyGridItemSpanScope |
Scope of lambdas used to calculate the spans of items in lazy grids. |
LazyGridLayoutInfo |
Contains useful information about the currently displayed layout state of lazy grids like |
LazyGridScope |
Receiver scope which is used by |
GridCells.Adaptive |
Defines a grid with as many rows or columns as possible on the condition that every cell has at least |
GridCells.Fixed |
Defines a grid with fixed number of rows or columns. |
GridCells.FixedSize |
Defines a grid with as many rows or columns as possible on the condition that every cell takes exactly |
GridItemSpan |
Represents the span of an item in a |
LazyGridDslKt |
|
LazyGridSpanKt |
|
LazyGridState |
A state object that can be hoisted to control and observe scrolling. |
LazyGridStateKt |
|
LazyGridState.Companion |