Context Menu Keep Getting Wrong Object using Mvvm
问题 I am making a winodws 8 phone application and trying to have a context menu on it from the Windows Phone tool kit. I been following this tutorial but instead of list box I am using a long list selector that is built into WP8 <DataTemplate x:Key="GroceryListItemTemplate"> <StackPanel Grid.Column="1" Grid.Row="1"> <TextBlock x:Name="tbName" TextWrapping="Wrap" Text="{Binding Name}" FontSize="32"/> <TextBlock x:Name="tbProductInfo" TextWrapping="Wrap" Text="{Binding ProductInfoLabel}"