To control SfDataGrid scrolling inside a NestedScrollView, set shrinkWrapRows: true and physics: NeverScrollableScrollPhysics() on the DataGrid. This lets the NestedScrollView handle all scrolling.
I'm trying to control the scrolling of an SfDataGrid using a NestedScrollView, but it's not working.
3 Replies
SIGN IN To post a reply.
I want to control the scrolling of SfDataGrid using NestedScrollView, but it doesn't work. Here's my code. Can you tell me how to make it work?
I might need to add another TabBarView, but it doesn't seem to work either.