Reputation: 173
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.
Upvotes: 3
Views: 289
Reputation: 3568
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.
Upvotes: 0