J
Jeremy Chaney
I'm writing an application in C# and I've used the IDE to bind a
checkbox to a boolean in my app. The properties for my checkbox in the
Visual Designer indicate that my databinding for the "Checked" state is
correct, but when I run my app, my button does not update to reflect the
state of the property I've bound it to. I've stepped through the code
and know that my data value is changing, but the UI does not reflect the
change.
Any ideas how to trouble shoot this? I've spent the last hour searching
Google and Google Groups, but I haven't found anything.
Thanks,
--Jeremy
checkbox to a boolean in my app. The properties for my checkbox in the
Visual Designer indicate that my databinding for the "Checked" state is
correct, but when I run my app, my button does not update to reflect the
state of the property I've bound it to. I've stepped through the code
and know that my data value is changing, but the UI does not reflect the
change.
Any ideas how to trouble shoot this? I've spent the last hour searching
Google and Google Groups, but I haven't found anything.
Thanks,
--Jeremy