with `BottomSheetScaffold`, it appears that the `P...
# compose
b
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
@matvei
m
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
@matvei sure. Should i file it under the main “Jetpack Compose” component, or under “jetpack Compose > UI Libraries > Material”?
m
The latter please
b
👍
m
Thanks!