Where is the Flyout control in WinRT XAML?

前端 未结 2 1943
渐次进展
渐次进展 2021-01-14 12:15

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?

相关标签:
2条回答
  • 2021-01-14 13:04

    use Callisto control toolkit, it has flyout control

    0 讨论(0)
  • 2021-01-14 13:12

    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

    0 讨论(0)
提交回复
热议问题