I am working with metro and I am trying to make a flyout window. I have found a class called CoreWindowFlyout, but it cannot be used for creating flyouts with other controls than buttons.
Does someone know how to do this in C++?
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.
If you are using XAML in combination with your C++ application you’ll want to look at using the
Popupclass. In the developer preview the “light dismiss” capability isn’t built-in so you will have to manage that on your own, but it will eventually have light dismiss capabilities, so using that will get you along the right path.