API事件onSchedulerResize本页内容onSchedulerResize Description 在调度器大小即将改变之前触发 onSchedulerResize: () => voidExamplescheduler.attachEvent("onSchedulerResize", function(){ //这里编写任何自定义逻辑});Details该事件通知调度器的大小已被调整,数据区域需要重新绘制。通常情况下,除非您正在开发自定义视图,否则无需处理此事件。Need help?Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.