Change ListBoxItem Background Color when mouse is over on the listBoxItem
I need to set change background color for list item when mouse is over. Here is my code: <DataTemplate x:Key="ListBoxSubCategoryListTemplate" DataType="{x:Type ListBoxItem}"> <StackPanel> <Button x:Name="btnSubCategoryList" Template="{StaticResource subCategoryListItems}" Content="{Binding Path=sub_category_name}" Background="Transparent" Height="25"/> </StackPanel> </DataTemplate> <ControlTemplate x:Key="subCategoryListItems" TargetType="{x:Type Button}"> <StackPanel FlowDirection="LeftToRight" Orientation="Horizontal" > <TextBlock Width="150" Height="{TemplateBinding Button.Height}" x:Name=