WPF designer gives exception when databinding a label to a checkbox
- by John
I'm sure it's something stupid, but I'm playing around with databinding. I have a checkbox and a label on a form. What I'm trying to do is simply bind the Content of the label to the checkbox's IsChecked value.
What I've done runs fine (no compilation errors and acts as expected), but if I touch the label in the XAML, the designer trows an…