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.
我需要为完全不可见的 GridView 创建一个 DataTemplate;如,如果您将鼠标悬停在该项目上,它不会显示悬停颜色。
我试过只使用一个空白数据模板,如:
<DataTemplate> </DataTemplate>
但是,虽然它不显示任何内容,但当您将鼠标放在项目上时,它仍会显示项目的轮廓。
我怎样才能摆脱那个轮廓?
您需要 GridViewItem 的自定义样式,并将 GridView.ItemContainerStyle 设置为此自定义样式。您可以在此处找到机器上默认样式的 xaml:Program Files\Windows Kits\8.0\Include\WinRT\Xaml\Design\(x64 的路径有点不同)