ListBox Selected Item Style for Windows Phone 8.1
问题 I have a simple listbox and I would like to change the Style so that when an item is selected, the border of the item changes colour. Currently my ListBox and style is defined as: <ListBox x:Name="DaysList" HorizontalContentAlignment="Stretch" Background="Transparent" Height="300" Grid.Row="1" > <ListBox.ItemContainerStyle> <Style TargetType="ListBoxItem"> <Setter Property="HorizontalContentAlignment" Value="Stretch"></Setter> <Setter Property="FontSize" Value="30" /> <Setter Property=