How to remove vertical scrolling on Days content #192
Replies: 1 comment
-
I would say to use the However, there are issues with the That being said, there is an example in the sample app called "Animated Swipable Calendar" which does exactly what you're asking: navigating between months by swiping horizontally (You can modify the code to do it vertically instead if needed). It uses the work around of having multiple calendars defined, each being rendered as items inside a While trying to get GestureRecognizers to work, I did also find an issue in the |
Beta Was this translation helpful? Give feedback.
-
Hi guys,
Thank you for developing xCalendar—it's been really helpful in my project! I have a question regarding gesture handling. Is there a way to implement horizontal or vertical gestures within the xCalendar component? For example, I'd like to allow users to swipe left/right to navigate between months or up/down to toggle between month view and week view.
If possible, could you guide me on how to achieve this?
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions