Hi all, for `LazyColumn`, I want to hide things if...
# compose
l
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
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
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. )