Hi Team :wave:, How can I add a `stickyHeader` to...
# compose
s
Hi Team 👋, How can I add a
stickyHeader
to
LazyVerticalGrid
? Is there any workaround solution for this?
c
What have you tried? I'm assuming you've seen this video already?

https://youtu.be/BhqPpUYJYeQ?t=121

d
@Colton Idle video shows
sticykHeader
for
LazyColumn
not
LazyVerticalGrid
And I don't think that
LazyGridScope
has
stickyHeader
method
f
Just use
LazyColumn
with
Row
for the grid items and
stickyHeader
for the sticky header
👌 2
d
@Spikey Sanju check this out https://gist.github.com/nglauber/64df9091c2e76bde648ce48d585ed3e1 it implements the same logic as @Felix Schütz mentioned
s
@Colton Idle
LazyVerticalGrid
is not having sticky header method. Here’s the below image which I’m trying to show
sticykHeader
👇 @Danish Ansari Thanks for the above reference. I will check them out 🙌
👍 1