Hi! is there a way to achieve fillViewPort for Ver...
# compose
d
Hi! is there a way to achieve fillViewPort for VerticalScroller?
m
VerticalScroller(modifier= Modifier.fillMaxHeight
should work, if I remember what fillViewPart does 🙂
a
I think the question is how to have the content of the VerticalScroller at least fill the vertical height of the VerticalScroller itself
Or in other words, how to have VerticalScroller use minHeight when measuring children such that there is no empty space at the end of the content