-
Notifications
You must be signed in to change notification settings - Fork 436
Closed
Labels
Description
Currently the calendar can only be navigated horizontally and months can only be changed with horizontal swipes.
Add an option that allows scrolling months vertically.
Need to solve: in horizontal mode some rows are duplicated to always display 6 rows for every month. In vertical scroll mode duplicated rows would be confusing, but removing them involves that we need to scroll different distances at once, depending on how many rows does the month contain.