滚动 Gantt 容器到指定位置
gantt.scrollTo(30, 80); // 同时水平和垂直滚动容器 gantt.scrollTo(30, null); // 仅水平滚动容器 gantt.scrollTo(null, 80); // 仅垂直滚动容器