I am working on a Windows Store App and would like to show some additional information about an Item that was clicked in ListView or GridView. This information should be sho
I've created a solution that works just like the old Windows Phone Toolkit ContextMenuService. The MenuFlyoutService. You can find the source on my blog. Using the service removes the need to subscribe to event handlers wherever you want to show the menu.
Your DataTemplate would look something like: