You can make the ListView widget never scrollable by setting physics property to NeverScrollableScrollPhysics().we create a ListView with horizontally placed items, but disable the scroll functionality. The horizontal placement of items is for demonstrating the no scroll behavior. You may change scrollDirection to Axis.vertical to place them one on another vertically.