Hi James,
Thank you for contacting Syncfusion support.
Query 1: Regarding “adjust height of a Resource row” query
We have checked your requirement of adjusting height of resource row can be achieved by using TimeLineViewRowCount in the schedule control. Please find the following code example for the same,
[Xaml]
<syncfusion:SfSchedule ScheduleType="TimeLine"
Resource="Doctors"
TimeLineViewRowCount="2"
Name="schedule" />
|
We have prepared a sample for the same,
Query 2: Regarding “set up the scroll bar if the timeline items are too many in the specified Resource” query
As of now, we don’t have any support for set up the scroll bar inside the resource row, by adjusting height you can add more items and refer the 1st query for adjusting height of resource row.
Please let us know, if you need any further assistance.
Regards,
Subburaj Pandian V