Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个网格视图,当鼠标移到它上面时,背景颜色变为紫色,我怎样才能停止这种颜色变化行为?
在 WPF 中,这很简单。您需要覆盖SystemColors.HighlightBrushKey。
在 Windows 8 Modern UI 应用程序中,这并不复杂。它涉及使用视觉状态管理器覆盖控制模板和视觉状态的变化。此msdn 论坛问题中提供了解决方案。