Hi Michael,
Greetings from Syncfusion Support.
We suspect that your requirement is needed to prevent the scheduler refresh when changing the multiple scheduler properties at the same time. It can be achieved by making use of setProperties method as like below code snippet. By using, you can change the multiple Scheduler properties at the same time by using (,) comma separator.
Code snippet:
this.scheduleObj.setProperties({ selectedDate: new Date(), timeScale: { slotCount: 4 } }, false) |
Sample:
https://stackblitz.com/edit/angular-scheduler-setproperties?file=app.component.ts
Kindly try the above solution and let us know if this resolves your repaint problem.
Regards,
Balasubramanian S