简体   繁体   中英

Flyout alternative Windows Phone 8.0

I'm doing a WP 8.0 compatible app, into that I need to put on a specific page a flyout menu. Now, the Flyout element is only compatible with WP 8.1, so now I'm asking if there's an alternative compatible with WP8.

Specifically, I want a button which, after the user's Tap, shows off others elements that drop down under the button.

Maybe there's a solution that can be easily found online, but I'm italian and I really don't know how it's called that kind of menu in English.

Thank you.

For Silverlight for Phone, there's the Phone Toolkit ( http://phone.codexplex.com or via Nuget) that provides the ContextMenuService.

The base variant only supports Menu-Items in the ContextMenu, but as it is open source, you can extend it to show any Xaml content.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM