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
Status: New
Unified UI design for schedule modes

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.