Is it possible for a `ModalBottomSheetLayout` to e...
# compose-android
a
Is it possible for a
ModalBottomSheetLayout
to expand but only until all its contents are visible?
So I found the answer to this Stackoverflow question that kind of satisfies my use case: https://stackoverflow.com/questions/73538067/expand-navigation-material-modalbottomsheetlayout-to-max-or-custom-height?rq=3
But it doesn't completely resolve my situation: using this method, I can set the bottom sheet to expand to a certain percentage of the screen height, but this approach might not work for other devices