-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I want to make the content a scroll view with isDraggable set to false.
Column(
modifier = modifier
.clip(RoundedCornerShape(topStart = 20.dp, topEnd = 20.dp))
.background(color = "#ffffff".color)
.padding(start = 24.dp, top = 30.dp, end = 24.dp, bottom = 24.dp)
.verticalScroll(rememberScrollState())
)
Even if you configure it in that format, it will not scroll.
Is there a way to do this without specifying maxheight?
Metadata
Metadata
Assignees
Labels
No labels