Dear Team,
Currently I am trying to implement a widget based on SfCalendar with overflows the device display. Hence, I wrap it with SingleChildScrollView to enable horizontal scroll.
However, I have issue in achieving the above scenario as the wrapped widget hardly detects my gesture to scroll right as I believe that it results from conflict with the scroll lister implemented in the calendar. I have tried placing a simple container and it works pretty well.
The view type that I am working with is 'CalendarView.day' and the width of each row is bigger than the display.
I would highly appreciate your advice on implementing horizontally scrollable calendar when it is larger than the device display.
Thank you.
Best Regards.