Closed mtc-jed closed 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
We hope that this helps you. Please let us know if you need further assistance.
Regards, Indumathi R
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 providingphysics: NeverScrollablePhysics(),
. I'd like the same thing to be available inSfCalendar
.