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

Disable scroll still scrollable #44

Open
ChauCM opened this issue Apr 22, 2024 · 1 comment
Open

Disable scroll still scrollable #44

ChauCM opened this issue Apr 22, 2024 · 1 comment
Labels
waiting for response Waiting to hear back from the user related to this issue

Comments

@ChauCM
Copy link

ChauCM commented Apr 22, 2024

PagedVerticalCalendar(
        minDate: DateTime.now().subtract(const Duration(days: 60)),
        maxDate: DateTime.now().add(const Duration(days: 60)),
        physics: const NeverScrollableScrollPhysics(),
      ),

uploading

@casvanluijtelaar
Copy link
Owner

When adding the NeverScrollableScrollPhysics to the example project, it blocks the scrolling correctly. So you would need to provide some more information or a minimal reproducible example for me to help you.

@casvanluijtelaar casvanluijtelaar added the waiting for response Waiting to hear back from the user related to this issue label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting for response Waiting to hear back from the user related to this issue
Projects
None yet
Development

No branches or pull requests

2 participants