Ability to control resource height in CalendarView.timelineWeek
kyleb-app opened this issue · 1 comments
Hi @kbessemer,
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
),
Also shared the user guide article regarding the visibleResourceCount of the SfCalendar for your reference.
Resource view in the Flutter Event Calendar widget | Syncfusion
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.
Regards,
Aswini S.

