I has searched a lot but failed to success. I wrote media player in Wpf Browser, then I deploy my .xbap file inside asp.net aspx file.
now I need my media player will be able to switch into full screen mode, Someone have any idea? I tried many ways, first I don't want to play with my height\width of my controller (This is not a full screen mode), second I tried the following code:
App.Current.MainWindow.WindowState = WindowState.Maximized;
But I got the following message:
Cannot perform this operation when hosted in browser.
Anyone can help me???