Join Slack
Powered by
Hi! is there a way to achieve fillViewPort for Ver...
# compose
d
Desmond Teo
07/10/2020, 1:24 PM
Hi! is there a way to achieve fillViewPort for VerticalScroller?
m
matvei
07/10/2020, 1:37 PM
VerticalScroller(modifier= Modifier.fillMaxHeight
should work, if I remember what fillViewPart does 🙂
a
Adam Powell
07/10/2020, 1:47 PM
I think the question is how to have the content of the VerticalScroller at least fill the vertical height of the VerticalScroller itself
Adam Powell
07/10/2020, 1:49 PM
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
4
Views
Open in Slack
Previous
Next