I'm trying to hide the statur bar on the top of my Silverlight Windows Phone 7 app.
I found this while searching stackoverflow, but is for Xna.
graphics = new GraphicsDeviceManager(this);
graphics.IsFullScreen = true;
I tried it in my app but it does not work. I know it is possible because the board express and xda apps have the feature to hide/show the statusbar.
