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.
我在UniformGrid中放置了一些CheckBox。我还修改了拉伸第一个复选框,如下图所示:
我为选中的复选框编写了单击事件处理程序(上图)。它的垂直和水平对齐方式是Stretch。但是只有当我精确地单击复选框时,事件处理程序才会触发。如果我单击(0,0)单元格区域中的任意位置,我希望能够触发该事件。
添加到具有透明背景的单元格 (0,0) 网格,并且在鼠标向上\向下事件将被触发。