I am working to integrate SMF to our windows phone 7 project. But I can't find a fullscreen control. This is what videos are coming with full screen but I don't want this. I have a grid for video and want to make a button that clicked event has full screen command for video. How can I implement this?
Thank you very much,
There is no "Fullscreen" concept on the phone. Simply change the control so that it takes up the whole screen.
You could do this explicitly or, if you have size set to auto, just hide all other items on the screen.