In LazyVerticalGrid with Adaptive colums, is there...
# compose
s
In LazyVerticalGrid with Adaptive colums, is there any way to know if cell is first index of the row?
f
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