You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have screen where multiple types of widgets are shown like table, pie chart, bar chart etc. All these widgets are added in ListView. Problem is that when i scroll inside table and reached to top or bottom then scroll in listview is not worked. I have to scroll outside of table to get scroll in ListView worked. Any solution for this?
I have attached use case below.
The text was updated successfully, but these errors were encountered:
Hi, @SachinTanpure! I understand your problem. In your case, you may need to fork your own version and make a customised logic on the ScrollNotification. When you received overscroll, and then change the physics of the ListView inside the library in order to obtain the lost focus on the horizontal table and scroll with your original scrollview.
Or another easier way to use a Stack and a horizontal scrollview to display with 2 columns if your data is not that much affecting the performance.
We have screen where multiple types of widgets are shown like table, pie chart, bar chart etc. All these widgets are added in ListView. Problem is that when i scroll inside table and reached to top or bottom then scroll in listview is not worked. I have to scroll outside of table to get scroll in ListView worked. Any solution for this?
I have attached use case below.
The text was updated successfully, but these errors were encountered: