bottomsheetdialog-compose icon indicating copy to clipboard operation
bottomsheetdialog-compose copied to clipboard

Display Scroll Issue

Open ApplteTEA opened this issue 1 year ago • 2 comments
trafficstars

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?

ApplteTEA avatar Dec 26 '23 01:12 ApplteTEA

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

workspace avatar Jan 10 '24 13:01 workspace

I use 1.2.2 SDK version

ApplteTEA avatar Feb 01 '24 23:02 ApplteTEA