How to set details lightbox width and height

Hello,

I’m working with multiple scheduler windows inside iframes placed on tabs of your tab control. Everything is working well writing to and reading from my mssql db but I’m running into trouble with the lightbox windows being cut off in the iframes.

I don’t need much screen real estate for the lightboxes. They probably only need to be 1/8 of the calendar size but, I cant seem to figure out where to adjust the height and width of the lightbox.

Thanks in advance for your help and thanks again for the excellent controls! :smiley:

Brian

Height of control is defined by total height of separate sections ( you can use height settings in lightbox to limit it )

Width is defined through css.

You can check “wide” form layout, which was introduced in scheduler 3.0, it requires less vertical space and may better suit to your needs.