Relative Content

Tag Archive for androidandroid-jetpack-composeandroid-jetpack-compose-lazy-column

How do I add a top offset to sticky headers?

In Jetpack Compose, I have a LazyColumn with multiple stickyHeader items. By default, the stickyHeader items will stick to the top of the LazyColumn as you scroll down. Is there a way to alter this behavior so that the stickyHeader items don’t stick to the top of the LazyColumn, but rather 100 pixels from the top?