Hi Rama,
Thanks for the update.
Sorry for the inconvenience. We have re-evaluated the problem at our end and found the cause for the reported problem is that you have missed to setting the height property for the Scheduler. Because the virtual scrolling is not working when we have the height as auto. So we suggest you kindly set the height property to the scheduler to overcome this issue and no need to change anything in your shared sample. For your reference, we have changed the code in your sample which can be downloaded from the below link.
<ScheduleComponent
key="ProjectScheduleComponent"
timezone="America/New_York"
cssClass="timeline-resource-grouping"
width="100%"
height="650px"
created={onCreated}
readonly={true}
timeScale={{ enable: true, interval: 60, slotCount: 1 }}
currentView="TimelineWeek"
eventSettings={{ dataSource: data1 }}
group={{ resources: ["Projects", "Agents"] }}
>
Regards,
Vengatesh