WP7 TextBlock inside a ListBox not wrapping text
问题 I have a ListBox which has StackPanel s holding a TextBlock and an Image horizontally, followed by a ContentPresenter . This is what the XAML looks like: <Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0"> <ListBox x:Name="MainListBox" Margin="12,0,12,0" SelectionChanged="MainListBox_SelectionChanged"> <ListBox.ItemTemplate> <DataTemplate> <StackPanel> <toolkit:ContextMenuService.ContextMenu> <toolkit:ContextMenu x:Name="ContextMenu" Opened="ContextMenu_Opened"> <toolkit:MenuItem