Hello,
I want to embed a silverlight app into a web page and have the height/width of the div that contains the silverlight control match the dimensions of the actual size of the silverlight control.
I essentially want the div to stretch to accommodate the size of the silverlight control. I do not know what size the silverlight control will be before it loads as it is pulling in data and adding controls dynamically.
I want to avoid dueling scroll bars and use only the browser scroll bars.
I need this to work in both IE and Firefox.
Is there a way to accomplish this?