Hey, I need help implementing a vertically scrollable version of the calendar view. I've set the layout manager of the recycler view as vertical. this got me a vertically scrollable implementation, however on scrolling up and down the view is breaking and not rendering as required. can you help me with this? attached screenshots, ignore other customisations i've added. irrelevant here.
Hi @akul1994,
I noticed that there's a bug in the library.
In the meantime you can use getLayoutManager method and then set to it the vertical orientation.
Hey, I need help implementing a vertically scrollable version of the calendar view. I've set the layout manager of the recycler view as vertical. this got me a vertically scrollable implementation, however on scrolling up and down the view is breaking and not rendering as required. can you help me with this? attached screenshots, ignore other customisations i've added. irrelevant here.
after scolling