Example of Keyboard Navigation in ASP.NET Core Gantt 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 Core Gantt Chart can be found in the timeline documentation section.