Is there a way to have multiple `stickyHeaders` in...
# compose
r
Is there a way to have multiple
stickyHeaders
in
LazyColumn
? I mean, I need a behaviour that e.g. 3 stickyHeaders all stick to top, not overlapping and not exchanging one-another
f
So if a fourth one comes in, the first one slides out?
r
well, I need only 3 sticky headers to stick always. or even 2 would be fine.
f
But do they come in 1 by 1? So do you start with 1 at the top, scroll down, a 2nd one comes in, scroll down, a 3rd one comes in?
r
yep
b
@rudolf.hladik have you found a solution?