Windows Phone ListBox item height
问题 I've searched a lot for an answer and couldn't find one. So: I'm making a Windows Phone app (targeting 7.1) and I have a ListBox with the following ItemTemplate <ListBox.ItemTemplate> <DataTemplate> <Grid> <TextBlock x:Name="subjectName" Text="{Binding Path=name}" TextWrapping="Wrap" Foreground="White" FontSize="30" FontFamily="Segoe WP Semibold" Width="440" Height="99"/> <TextBlock x:Name="subjectCode" Text="{Binding Path=code}" FontSize="25" Width="107" HorizontalAlignment="Right" Margin="0