Community Member
 · Building with Flutterflow

How do I constrain Listview to a certain width and length?

I made my Listview the child of a Column (to make it scrollable) and Container:

Container > Column > Listview

Container stops at the menu as does the column. But the Listview extends beyond the menu, leaving lots of items unviewable.

How do I contain the Listview within the right dimensions?

3 replies