甘特图 API方法scrollLayoutCell页面内容scrollLayoutCell Description 将布局视图滚动到指定位置 scrollLayoutCell: (name: string, x: number | null, y: number | null) => voidParameters name - (必填) string - 布局视图的名称 x - (必填) number | null - 可选,水平滚动的值,或 'null'(如果滚动位置不应改变) y - (必填) number | null - 可选,垂直滚动的值,或 'null'(如果滚动位置不应改变) Example