Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display Scroll Issue #35

Open
ApplteTEA opened this issue Dec 26, 2023 · 2 comments
Open

Display Scroll Issue #35

ApplteTEA opened this issue Dec 26, 2023 · 2 comments

Comments

@ApplteTEA
Copy link

ApplteTEA commented Dec 26, 2023

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?

@workspace
Copy link
Owner

Could you let me know the SDK version you are using?

@ApplteTEA
Copy link
Author

I use 1.2.2 SDK version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants