Example of Infinite Timeline Scrolling in ASP.NET MVC Gantt Chart Control
This sample demonstrates the infinite timeline scrolling feature in the Gantt Chart, allowing users to navigate across project timelines without fixed date boundaries.
DEMO
SOURCE
By enabling the enableInfiniteTimelineScroll property, the timeline dynamically generates additional date ranges as you scroll horizontally.
When the scroll position reaches the edges of the visible timeline, new segments are rendered automatically, ensuring uninterrupted navigation in either direction.
More information on the Essential® ASP.NET MVC Gantt Chart can be found in this documentation section.