XamForms.Controls.Calendar
XamForms.Controls.Calendar copied to clipboard
swipe left or right to change the months?
I wanted to add the swipe feature to navigate through month. But, I didn't find any methods to change the months programmatically. Is there a way to do this using Gesture Recognizer?
I think the only barrier here is having a swipe gesture, which is being added to Xamarin.Forms 3 and which has some implementations by other folks around the web. I wouldn't expect this package to delve into the complexity of that as long as it exposes methods you can call to switch the months (which it does).