The Flyout control in JavaScript is handy for the Settings pane and for button Flyout extensions. But where is the Flyout control for WinRT XAML?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The control you are looking for is called Popup in XAML. Unlike the JavaScript implementation of Flyout, it is up to you location the subject button and position the Popup near it.
Look: http://blog.jerrynixon.com/2012/08/how-to-create-windows-8-settings-pane.html