Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to display a small panel in front of a page in windows phone 7

Once a page called method, a panel should appear above the page on the center of the screen

I created a class that extends panel and I stopped on how can I make this form appear on front of any calling page

Any help?

share|improve this question

1 Answer

You can make use of MessagePrompt, a control from Coding4Fun.

Place your panel code in the MessagePrompt UserControl and call it in every page you want.

share|improve this answer
how can make the tick button in the messageprompt become in visible i don't want it – DeveloperN Aug 26 '12 at 8:39

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.