Hi! So I have a ListView performing a backend query to display profiles in the form of containers that are generated by children of the backend query, but I'm currently unable to scroll down through that list. When I try to scroll through, I can only see the top of the next container profile. Unless I make lots of padding around the ListView to place your finger on that to scroll, I'm unable to scroll through the ListView. Can you please help me fix this issue of being unable to scroll through a ListView?
How to get a ListView to properly scroll through items?
Widgets & Design
Checking to make sure the Column containing the ListView is scrollable.
Yes
2
7 replies