https://kotlinlang.org logo
#compose
Title
# compose
s

Shivam Kumar Jha

11/01/2023, 4:44 PM
In LazyVerticalGrid with Adaptive colums, is there any way to know if cell is first index of the row?
f

Francesc

11/01/2023, 5:01 PM
haven't used it, but the
LazyGridItemInfo
for each item in your lazy grid has a
column
property, you could check if that's
0
👍 1