标签: windows xaml
在选中或取消选中该复选框后,我需要取消选中该复选框,因为它会干扰文档的滚动(选中该复选框时,滚动不起作用,当取消选中该复选框时,它可以正常工作)。
检查盒的定义如下:
<fc:CheckBo x:Name="Name" BuilderControlled="True" Grid.Column="1" Grid.Row="1" Content="Content" IsThreeState="True" IsChecked="dataBo.Name"/>