Change the hightlight item color


<ListBox>
<ListBox.Resources>
<SolidColorBrush Color="Red" x:Key="{x:Static SystemColors.HighlightBrushKey}"/>
</ListBox.Resources>
<ListBoxItem Content="Item #1"/>
<ListBoxItem Content="Item #2"/>
<ListBoxItem Content="Item #3"/>
<ListBoxItem Content="Item #4"/>
</ListBox>

posted on 2011-04-23 19:43  Y#  阅读(125)  评论(0编辑  收藏  举报

导航