The 4 modes (month, week, day, and agenda) for the Scheduler should be designed to be switched between seamlessly. Currently, the top margin varies between view modes, which makes the modes look somewhat disjointed when transitioning between them. The top margin for day and week view is about 8 units larger than month and schedule view (tested on Android).
Since only month mode has a specific margin property, I tried conditionally setting XamController.Margin when changing ViewMode, but this caused a janky double rendering when changing view modes, even with the ViewMode and Margin changes wrapped in SuspendRefreshAndPerformAction.