XAML - MenuFlyoutItem attached to a ListView doesn't work in WP8.1
问题 I develop an Universal app that uses the MVVM-Lght toolkit . On a page, I show a list of comments. I would like that an user could add a new comment, and edit or delete its existing comments. For adding new comment, I use an AppBarButton on the CommandBar and it works fine. For editing and deleting the existing comments, I would like to display a MenuFlyout that offers 2 items: " edit " and " delete ". I can display the MenuFlyout but nothing happens when I click on its items... Here is my