Join Slack
Powered by
Hi everyone, I'm working with Compose for Web (WAS...
# compose-web
k
Khangpv202
07/22/2025, 4:38 AM
Hi everyone, I'm working with Compose for Web (WASM) and I need to display scrollbars for my layout. My UI consists of two panels, and I'd like to have a separate scrollbar for each panel, specifically on the right side of each
LazyColumn
. How can I achieve this? Thanks.
o
Oleksandr Karpovich [JB]
07/22/2025, 8:07 AM
Hey!
https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-desktop-scrollbars.html#lazy-scrollable-components
- although this page is for compose-desktop, I think it's similar for web.
https://github.com/JetBrains/compose-multiplatform-core/blob/66c4e0d75f1f125723c44[…]skikoMain/kotlin/androidx/compose/foundation/Scrollbar.skiko.kt
a
Alex Styl
07/22/2025, 11:55 AM
@Khangpv202
there is also
https://composables.com/docs/com.composables/core/scrollarea
k
Khangpv202
07/23/2025, 6:47 AM
thanks you so much 🙏
3
Views
Open in Slack
Previous
Next