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.
我有一个 2 行 * 2 列的网格,并将一个 TextBlock 放在左上单元格中(行 = 0,列 = 0)。然后我在 XAML 中设置了 Grid.Cursor = "Hand"。仅当鼠标悬停在 TextBlock 上时才会显示手形光标。但我想在整个网格中显示手形光标。
怎么做?
将网格的背景设置为透明。
光标仅适用于网格的内容区域。因此,要使光标穿过整个网格,请将其填充。
这可以通过更改 TextBlock 所在的网格单元来显示。