Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
315
Prevent scrolling and set month in month view
posted

I need to prevent the user from scrolling in the month view.  If I set UserInteractionEnabled to false (c#), it prevents scrolling, but then the MonthViewDayTapped doesn't fire.  Do I need to mess with preventing swipe gestures on the calendar view?  In addition, I need to be able to set the month that is shown in code.  I see a few properties for the day view scroll location, but not for the month view.  To give you the whole picture, above the calendar, I have "Previous", "Current", and "Next" in a UISegmentedControl, so that is the only way I want users to be able to change what is shown in the calendar.  Thanks!