https://kotlinlang.org logo
b

Bradleycorn

06/08/2021, 4:11 PM
with
BottomSheetScaffold
, it appears that the
PaddingValues
that get passed to the main content composable always match the value of the
peekHeight
that is set on the scaffold. Using that, we can setup our screen so that we can scroll the main content area enough to see all of the content when the sheet is
collapsed
. But in my case, I’d like to also be able to scroll to see all of the main content even when the sheet is
expanded
. Is there some way I can accomplish that?
a

Andrey Kulikov

06/08/2021, 4:25 PM
@matvei
m

matvei

06/08/2021, 4:33 PM
I don't think it's possible right now, but it looks like a bug to me as possibly we need to do it ourselves for users. Please file a bug 🙂
b

Bradleycorn

06/08/2021, 4:37 PM
@matvei sure. Should i file it under the main “Jetpack Compose” component, or under “jetpack Compose > UI Libraries > Material”?
m

matvei

06/08/2021, 4:41 PM
The latter please
b

Bradleycorn

06/08/2021, 5:10 PM
👍
m

matvei

06/08/2021, 5:19 PM
Thanks!