Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scroll outer widget when reached top or bottom #28

Open
SachinTanpure opened this issue Feb 11, 2021 · 1 comment
Open

Scroll outer widget when reached top or bottom #28

SachinTanpure opened this issue Feb 11, 2021 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@SachinTanpure
Copy link

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.
Screen_Recording_20210211-132212

@SachinTanpure SachinTanpure added the help wanted Extra attention is needed label Feb 11, 2021
@MayLau-CbL
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants