Hello,
I have a Silverlight application that runs out of browser. It contains several Windows (of type Window). I would like these windows to display ChildWindows as needed. These child windows should ideally display as children of the individial Window, not of the applicaiton as a whole. However, they are displaying as Child Windows of the main application (main application grays out, windows appear on main app, not individual Window.
Is there a way to set which 'window' the child window appears as a child of?
Thanks in Advance.