Hi, good afternoon,
I have my heightSpec property set to "Fixed" and am updating the height property of the calendar upon resizing of the browser window, which works great; looks like I'm doing that just before the scheduler processes the window size changed event, which is pure luck of course....
I'm having less luck with the initial page load, though. I can't seem to figure out how to have the control redraw itself after the page initially loads and I've set the height property to the correct value. I've tried on page load and on AfterRenderComplete and am setting the height property to the value I need it to be in those handlers. Scheduler.update() doesn't seem to do anything after setting that height property; I'm only getting the correct size of the control when I resize the window after the page has been loaded (even if I remove my resize handler that resets the height property again, meaning that the initial height property WAS set correctly... I just can't seem to get it to redraw itself after that).
Thanks,
Rick