XamForms.Controls.Calendar icon indicating copy to clipboard operation
XamForms.Controls.Calendar copied to clipboard

swipe left or right to change the months?

Open ali-h2010 opened this issue 7 years ago • 1 comments

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?

ali-h2010 avatar Feb 11 '18 05:02 ali-h2010

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).

KRA2008 avatar Mar 06 '18 18:03 KRA2008