How to remove the Highlight blue colour in list box
C#
2
Posts
1
Posters
0
Views
1
Watching
-
Dear friends, i have small clarification .. i have list box, while selecting any item, blue color will the back gourd appears for the selected item , i do not want that blue color how to remove that??? sorry i do not have bled.. so some one can give the solution as xaml Thank you By Joe
-
Dear friends, i have small clarification .. i have list box, while selecting any item, blue color will the back gourd appears for the selected item , i do not want that blue color how to remove that??? sorry i do not have bled.. so some one can give the solution as xaml Thank you By Joe
Dear fiends, i got the answer .. <Style.Resources> <SolidColorBrush x:Key="{x:Static SystemColors.HighlightBrushKey}" Color="Transparent"/> </Style.Resources> Thank you