Hey guys. how can I make scrollable the layout bel...
# compose
y
Hey guys. how can I make scrollable the layout below? • ConstraintLayout ◦ Image ◦ Column ▪︎ ... I tried to use the verticalScroll modifier in the contraint layout, but only the image is being scrollable...
z
How were you using the scroll modifier?
y
Copy code
.verticalScroll(scrollState)
@Zach Klippenstein (he/him) [MOD]
z
As in:
Copy code
ConstraintLayout(Modifier.verticalScroll)
The only thing I could think is that CL doesn’t know how to handle unbounded vertical constraints and does something weird, which I imagine would be a bug.
Please file a bug in that case