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 ではパスが少し異なります) にあります。