Hi,
I have the scheduler into an splitted view. When I resize the bottom part, I want the scheduler to take the whole space available. To achieve this I just call the method update().
I want to know if this is the correct way to do it. If not, is there another better way?
Thanks
Answer posted by Dan Letecky [DayPilot] 4 years ago.
If you use heightSpec: "Parent100Pct" the Scheduler will use the available space, i.e. 100% of the parent element. It requires that the parent element height is set properly (either using height or absolute position with top/bottom).
It also detects changes of the parent element and adjusts the height automatically.