disable scroll gridview flutter

Add this line inside your GridView to disable scrolling

 physics: NeverScrollableScrollPhysics(),

4.5
10
Harshakj89 105 points

                                    ListView.builder(
physics: ClampingScrollPhysics(), // <----
// ...

4.5 (10 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
how do i make gridview not scrollable flutter unscrollable gridview flutter flutter gridview hide scrollbar flutter gridview remove scrollbars grid view without scroll flutter gridview builder flutter stop scroll flutter disable listview scroll prevent flutter gridview scrollable auto scroll gridview in flutter remove scrollbar from gridview flutter flutter gridview stop scroll behaviour scrollable gridview flutter listview scrolling disable flutter listview remove scroll indicator gridview without scroll flutter grid view dispose widget in scroll flutter why gride view dispose widget in scroll flutter flutter gridview scroll disable flutter listview builder disable scroll listview scroll disable in flutter listview.builder nested scroll in disable in flutter flutter GridView remove scrolling disable scroll of listview flutter how to disable scrolling in listview flutter disable scroll listview.builder flutter how to disable scroll function in flutter gridview flutter gridview disable scroll function how to disable scroll view in flutter gridview no scroll flutter how to disable scroll in listview flutter non scrollable gridview flutter listview builder how to remove scroll in flutter disable scroll gridview flutter disable scroll listview Listview disbale scroll flutter how to disable listview scrolling in flutter disable scrolling in list view flutter how to disable scrolling on listview.builder in fllutter prevent scroll in listview flutter how to remove Scrollable from Flutter Web listview disable scroll listview in listvie flutter listview disable scroll flutter list view disable scroll flutter listview disable scrolling disable the scroll on a list in flutter disable scrolling in listview disable scroll in listview flutter listview scroll remove disable scroll in horizontal listview flutter stop scroll in listview in flutter disable scrollview flutter flutter disable cscroll in listview disable listview scroll flutter disable listview scroll gridview not scrollable flutter GridView.count disable scroll disable scroll in listview android disable scroll listview flutter flutter scrollable listview listview scrollcontroller flutter listview scroll to bottom flutter make page scrollable flutter flutter listview load more on scroll to bottom scroll list view in container flutter how to make page scrollable in flutter is listview scrollable flutter flutter listview scroll with snapping flutter make listview scrollable make listview scrollable flutter scrollable list in flutter flutter listview scroll not smooth is flutter listview scrollable listview disable scroll flutter flutter gridview without scroll flutter gridview disable scroll how to restrict page scroll on specific page in flutter flutter gridview physics disable flutter listview disable scroll disable scroll in gridview flutter flutter listview how to disable scrolling how to disable scroll of gridview flutter flutter gridview keep from scroll flutter grid disable scroll mematikan scroll pada gridview flutter disable scroll gridview flutter remove scroll from colum flutter disable listview scrolling flutter disable scrolling in listview flutter physics no scroll gridview expand disable scroll in listview flutter
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source