How can I prevent the user from resizing the silverlight out-of-browser window?
        Posted  
        
            by Edward Tanguay
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Edward Tanguay
        
        
        
        Published on 2010-04-21T12:16:35Z
        Indexed on 
            2010/04/21
            12:23 UTC
        
        
        Read the original article
        Hit count: 326
        
I have a silverlight app which can be installed as out-of-browser.
I've defined the Height and Width in the main UserControl.
I've defined the same Height and Width in the OutOfBrowserSettings.xml file.
But the user can still resize the out-of-browser frame window. How do I prevent this?
© Stack Overflow or respective owner