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
Using the Flutter widget SfCalendar in the view CalendarView.timelineWeek under resourceViewSettings I'd like the ability to control the height of my resources and not have this auto controlled by SfCalendar.
Proposal
Here is an illustration showing what I want to control the height of:
The text was updated successfully, but these errors were encountered:
We have analyzed your requirement, and currently, there is no direct support for adjusting the height of the appointments based on its each resource height in SfCalendar. However, we have create a workaround sample and achieved the mentioned requirement by using the visibleResourceCount property. You can adjust the visibleResourceCount by setting its value higher than the number of added resources. While this may only partially address your requirements, it provides a practical alternative to achieve your desired outcome.
resourceViewSettings: ResourceViewSettings(
visibleResourceCount: 8, // Set value higher than the number of resources
),
Please note that this is the only suggested method to meet your requirements.
We will consider this request while implementing this Auto appointment height support in schedule view feature which will be available on any of our upcoming release. We will notify you here once the release has been rolled out, and we appreciate your patience in the meantime. You can also track the status of the bug using the feedback link provided below.
Use case
Using the Flutter widget SfCalendar in the view CalendarView.timelineWeek under resourceViewSettings I'd like the ability to control the height of my resources and not have this auto controlled by SfCalendar.
Proposal
Here is an illustration showing what I want to control the height of:

The text was updated successfully, but these errors were encountered: