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

ScrollController is scrolling parent #301

Open
martinpelli opened this issue Dec 21, 2023 · 1 comment
Open

ScrollController is scrolling parent #301

martinpelli opened this issue Dec 21, 2023 · 1 comment
Labels
waiting-for-resoponse Waiting for someone to respond.

Comments

@martinpelli
Copy link

If you use DayView Widget inside a SingleChildScrollView, and you use a key to control the DayView scroll, like this: dayViewKey.currentState?.jumpToEvent(initEvent) , this is scrolling not only the DayView Widget but also the parent which in my case is SingleChildScrollView and there is no way to fix this.

@ParthBaraiya
Copy link
Collaborator

@martinpelli can you share a code in which I can reproduce this issue.

@ParthBaraiya ParthBaraiya added the waiting-for-resoponse Waiting for someone to respond. label Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting-for-resoponse Waiting for someone to respond.
Projects
None yet
Development

No branches or pull requests

2 participants