Where is the Flyout control in WinRT XAML?

拈花ヽ惹草 提交于 2019-12-01 06:59:58

问题


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?


回答1:


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




回答2:


use Callisto control toolkit, it has flyout control



来源:https://stackoverflow.com/questions/10965886/where-is-the-flyout-control-in-winrt-xaml

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!