I have a list of strings which are stored in a GXT ListView. I need to remove on Hover effect on the list of items because i don't have any use of hover. Is there any solution to remove the hover effect?
duplicate of How to remove hover style for ListView rows?
Anyway:
In your
ListView.Resources
, override theItemBackgroundHover
brush resource:
<SolidColorBrush x:Key="ItemBackgroundHover" Color="Transparent" />