syncfusion / flutter-examples

This repository contains the Syncfusion Flutter UI widgets examples and the guide to use them.
Other
1.98k stars 775 forks source link

[Feature Request] Provide a way of preventing swipping #574

Closed mtc-jed closed 2 years ago

mtc-jed commented 2 years ago

I would like to disable the hability to swipe to another month in certains cases. To take an analogy, with PageView this is possible, by providing physics: NeverScrollablePhysics(),. I'd like the same thing to be available in SfCalendar.

Indumathi1195R commented 2 years ago

Hi,

Regarding Query: Provide a way of preventing swipping

By using the viewNavigationMode property value as none, you can disable the ability of swiping in the Flutter Calendar. We have a UG and KB documentations for the same. Please find the documentation from the following link.

UG link: https://help.syncfusion.com/flutter/calendar/date-navigations#view-navigation-mode

KB link: https://www.syncfusion.com/kb/12500/how-to-restrict-the-view-navigation-in-the-flutter-date-range-picker

We hope that this helps you. Please let us know if you need further assistance.

Regards, Indumathi R