删除 gwt 中项目列表的悬停效果
Removing hover effect on a list of items in gwt
我有一个存储在 GXT ListView 中的字符串列表。我需要删除项目列表上的悬停效果,因为我没有使用悬停。
有什么解决方案可以消除悬停效果吗?
How to remove hover style for ListView rows?
的副本
总之:
In your ListView.Resources
, override the ItemBackgroundHover
brush
resource:
<SolidColorBrush x:Key="ItemBackgroundHover" Color="Transparent" />
我有一个存储在 GXT ListView 中的字符串列表。我需要删除项目列表上的悬停效果,因为我没有使用悬停。 有什么解决方案可以消除悬停效果吗?
How to remove hover style for ListView rows?
的副本
总之:
In your
ListView.Resources
, override theItemBackgroundHover
brush resource:
<SolidColorBrush x:Key="ItemBackgroundHover" Color="Transparent" />