Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Silverlight 3 out-of-browser: set host window size?

Is it possible for a Silverlight 3 application which is running in out-of-browser mode to set the size of the container window? I've got an app with collapsible panel sections and I want the window to automatically size to the current size of the LayoutRoot control.

like image 594
User 42 Avatar asked Jul 27 '09 10:07

User 42


2 Answers

You can set the window size in the project settings:

  1. Open Project settings
  2. Open Out of browser settings in Silverlight Tab
  3. Set the window size, window title or window position
like image 173
thumbmunkeys Avatar answered Oct 31 '22 16:10

thumbmunkeys


I Agree with pivotnig This Is more Simplified version

1 . Click On Sliverlight Project

2 . Select Properties option

3 . Select First tab option Like Silverlight

4 . Click On Out-Of-Browser setting Option

5 . Set the window size, window title or window position etc......

like image 33
Jignesh.Raj Avatar answered Oct 31 '22 16:10

Jignesh.Raj