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.
我想让一个 Grid 可点击,即使它是 100% 透明的。Tapped除非我设置了 non-transparent ,否则不会触发Background。有没有办法在网格本身或任何其他控件上实现这一点?
Tapped
Background
不使用Background属性和使用Background="Transparent". 设置为no 时无法单击该元素Background,而将其设置为Transparent使元素可单击(直到您通过设置禁用此功能IsHitTestVisible="False")。
Background="Transparent"
Transparent
IsHitTestVisible="False"