Join Slack
Powered by
hello guys why lazy column on desktop doesn't scro...
# compose-desktop
u
Ume Channel
03/18/2024, 3:21 PM
hello guys why lazy column on desktop doesn't scrollable yet it works on android? LazyColumn( modifier = modifier ) { items(affirmationList) {affirmation -> AffirmationCard( affirmation = affirmation, modifier = Modifier.padding(16.dp) ) } }
a
Alexander Maryanovsky
03/18/2024, 3:35 PM
It’s scrollable with the mouse wheel. If you want a scrollbar, see
https://github.com/JetBrains/compose-multiplatform/blob/master/tutorials/Desktop_Components/README.md#scrollbars
K 1
u
Ume Channel
03/18/2024, 3:37 PM
thanks
@Alexander Maryanovsky
2
Views
Open in Slack
Previous
Next