complete -2 Junior Poster

How do I tell if the browser window is Maximized in Silverlight/C#?

The "Form" maximize feature will not work because I am writing a silverlight app that runs in the browser.

I have tried this:

App.Current.Host.Content.FullScreenChanged += new EventHandler(Content_FullScreenChanged);

but this event handler is not called when I maximize the window

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.