Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用地铁,我正在尝试制作一个弹出窗口。我找到了一个名为 CoreWindowFlyout 的类,但它不能用于创建带有按钮以外的其他控件的弹出窗口。
有人知道如何在 C++ 中做到这一点吗?
如果您将 XAML 与您的 C++ 应用程序结合使用,您将希望使用Popup该类。在开发人员预览版中,“轻度关闭”功能不是内置的,因此您必须自己管理它,但它最终将具有轻度关闭功能,因此使用它将使您走上正确的道路。
Popup