HiI've got two gantt charts loaded in the DOM.
One Project View and one Resource View
The project view only has a about 20 records, enough for the vertical scroller to appear.
The resource view has several hundred records, and hence a lot of scrollable content.
If i manually move the splitter, or update in js by making this call in the js:
$(`#GanttContainer`).ejGantt("instance").setSplitterPosition(`15%`);
It causes the vertical scroller for the gantt chart to update to be the same as the scroller for the resource chart.
This means I can scroll far down in the gantt chart where there are no records.
This only happens for the content to the right of the splitter, the left side will stop scrolling once it reached the last record,
while the right side will scroll down as far as the scroller allows, making the left and right side of the splitter desync
This also happens if .EnableVirtualization(false) .IsResponsive(true) and the browser window is resized