Can I somehow set the custom designer window size at all?
I have some dynamic elements in the designer which are causing the content to expand vertically, and as a result I'm getting a scrollbar...anyway around that?
Hello Steve,
In your javascript, after you show or hide the dynamic elements, call resizeToContent function to see if it will do the trick.
dialogBase.resizeToContent();
Thank you! :)