Skip to content

Display Scroll Issue #35

@ApplteTEA

Description

@ApplteTEA

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions