I have a silverlight app which can be installed as an out-of-browser app by the user.
Every time I change the height and width of the application, I have to also:
- right-click on project
- properties
- click Out-of-Browser settings button
- change the height and width manually
How can I change the defined height and width of the Out-of-Browser application in code?