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?