Disabling a UserControl w.r.t another usercontrol

May 25 2016 5:50 AM

Following is my code

 <myusrcontrol:settings x:Name="usr1" /> </TabItem> <TabItem> <TabItem.Content> <Grid> <myusrcontrol:abcselection  x:Name="usr2" Height="Auto" /> </Grid> </TabItem.Content> </TabItem>

In the above code, I want to disable "usr2" with respect to a CheckBoxControl-Checked Property found in "usr1" through xaml only,

Kindly let me know if there is any solution,


Answers (1)