Alternative Windows Phone 8.0

I am using a WP 8.0 compatible app in that I need to place a popup menu on a specific page. Now the Flyout element is only compatible with WP 8.1, so now I am asking if there is an alternative that is compatible with WP8.

Specifically, I want a button that, after the user clicks the button, displays other items that drop below the button.

Maybe there is a solution that can be found easily on the internet, but I'm Italian and I really don't know what he called this menu in English.

Thank.

+3


source to share


1 answer


For Silverlight for phone, there is a phone toolbox ( http://phone.codexplex.com or via Nuget) that provides a ContextMenuService.



The base case only supports menu items in the ContextMenu, but since it is open source, you can extend it to show any Xaml content.

0


source







All Articles