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

Lauren Yew

01/21/2021, 1:30 AM
Hi all, for
LazyColumn
, I want to hide things if I’ve scrolled on my list. I’ve tried
LazyListState
, but nothing is jumping out to me. Do we have an API to do this?
c

Colton Idle

01/21/2021, 7:16 AM
Can you explain a bit more here. I'm not sure what you mean by "hide things if I've scrolled on my list". Do you just want to react to scroll state?
l

Lauren Yew

01/21/2021, 5:10 PM
Not necessarily. I have a search field that I want to hide if the user is scrolling or looking down the list (like if they’ve scrolled down and have stopped scrolling I still want that search field hidden. )