<How can I implement a scrollable view with a fixe...
# stackoverflow
r
How can I implement a scrollable view with a fixed header in Compose Multiplatform I am trying to create a layout in Compose Multiplatform where the header remains at the top, while the rest of the content below it is scrollable. The header should be visible at all times, and only the content below should scroll. I've tried using LazyColumn and Column, but I am having trouble getting the header to stay fixed while scrolling. Is there a recommended way or best practice to achieve this layout in Compose Multiplatform? Like this <a href="

https://i.sstatic.net/LhOCxtSd.png

"...