Delete selected item from listbox in windowsphone using c#
问题 i want delete selected item from my listbox using context menu drop-down box here is my xaml <ListBox Margin="3,60,1,10" Grid.Row="1" Name="lstNews" Tap="lstNews_Tap" Width="476" d:LayoutOverrides="VerticalMargin"> <ListBox.ItemTemplate> <DataTemplate> <StackPanel Grid.Row="1" Orientation="Horizontal" Height="120" Width="478"> <StackPanel.Background> <ImageBrush ImageSource="Images/Text-ALU.png" Stretch="Fill" /> </StackPanel.Background> <toolkit:ContextMenuService.ContextMenu> <toolkit