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?
相关问题
- Listview applies a check to other listview items h
- how to disable caching HTTP GET in metro app, I am
- ListView in a metro app does not get its vertical
- cant use store test kit while Working with SQLite
- Windows 8 app (html & Javascript) : alternate way
相关文章
- New Windows Application - What language?
- libxml2 missing for nokogiri gem on Windows 8 x64
- Building Windows 8 Metro App on Windows 7 with Vis
- Windows 8 & MySQL? What are my options?
- Visual Studio 2012 designer error
- Prevent the listview from scrolling to its top pos
- How to get the text of textbox to textblock in ano
- XAML grouped GridView/Semantic Zoom not displaying
use Callisto control toolkit, it has flyout control
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