You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the Flutter widget SfCalendar, the view type of CalendarView.timelineWeek, there is only a horizontal scrollbar at the bottom of the view which shows the window is horizontally scrollable. But, if there are numerous resources on the view (Resource View, resources = users/individuals) then there is no vertical scrollbar to indicate to the user that it can be vertically scrolled.
Proposal
I drew an illustration of what I am looking for, over our current implementation.
The text was updated successfully, but these errors were encountered:
We have analyzed your requirement, and currently, there is no direct support for vertical scrolling in SfCalendar. However, we have created a workaround to achieve this behavior. In this solution, we use a SingleChildScrollView to wrap the SfCalendar. By setting the height of the SizedBox nested inside, you can control the scrollable area based on the screen size, ensuring that the resources becomes vertically scrollable. We have attached a sample below for your reference.
Use case
When using the Flutter widget SfCalendar, the view type of CalendarView.timelineWeek, there is only a horizontal scrollbar at the bottom of the view which shows the window is horizontally scrollable. But, if there are numerous resources on the view (Resource View, resources = users/individuals) then there is no vertical scrollbar to indicate to the user that it can be vertically scrolled.
Proposal
I drew an illustration of what I am looking for, over our current implementation.
The text was updated successfully, but these errors were encountered: