Search code examples
listviewgwtgxt

Removing hover effect on a list of items in gwt


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?


Solution

  • duplicate of How to remove hover style for ListView rows?
    Anyway:

    In your ListView.Resources, override the ItemBackgroundHover brush resource:

    <SolidColorBrush x:Key="ItemBackgroundHover" Color="Transparent" />