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!