When cellWidthSpec set to "Auto" is it possible to get the current value of cellWidth and how?
The calculated value is stored in cellWidth: https://api.daypilot.org/daypilot-scheduler-cellwidth/
OK, thank you. And which event should I listen too, when the cellWidth gets recalculated? is it onAfterRender, onAfterUpdate or something else?
I'm trying to implment the same zoom behaviour as show in this video: https://drive.google.com/file/d/1Qte8OxzD4LAP5OVAMVRff6aywz6D8jBj/view?usp=sharing
The current automatically calculated value of cellWidth is set as the minimum value of the slider
There is no special event for that (and onAfterRender/onAfterUpdate are not fired in this case) but you can use onBeforeTimeHeaderRender to check the cellWidth value. The time header will always get re-rendered after the cell width adjustment.