locked
How to create a fullscreen dialog box? RRS feed

  • Question

  • I need to create a full screen dialog box (XAML) by clicking a button from MainPage then clicking a close button to return. How can I do it?
    Friday, March 14, 2014 3:58 PM

Answers

  • Create a full screen sized Popup and show it from your button.

    You can create a grid with three rows and put your form in the center to mimic the MessageDialog look

    --Rob

    • Marked as answer by Anne Jing Friday, March 21, 2014 10:55 AM
    Friday, March 14, 2014 6:57 PM
    Moderator