Background Image

Knowledge base articles about
panning

Search DlhSoft Team's blog for panning

If you need to set up mouse based panning besides the standard scrolling behavior of the Gantt Chart components within Gantt Chart Light Library, you may adapt and use this code (Silverlight™): GanttChartDataGrid.ApplyTemplate(); bool isPanning = false; double originalMouseX = 0, originalMouseY = 0, originalScrollX = 0, originalScrollY = 0; …