In the Silverlight 4 application from the browser (oob), is there any way to programmatically move the main window after the start event application .
Reason / usage example: The user selects an option in the silverlight desktop gadget application, the application window grows to accommodate additional information. If the application started very close to the right of the screen, the details are shaded / drop out from the edge of the screen and the user needs to drag the window to the left. When the window returns to a lower state, it is now located to the left, so the user needs to drag the window again. It would be convenient for the application to automatically move back and forth to place parts.
Thank.
David source
share